-- phpMyAdmin SQL Dump
-- version 5.2.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Tempo de geração: 18/08/2026 às 16:47
-- Versão do servidor: 10.11.18-MariaDB-cll-lve
-- Versão do PHP: 8.4.24

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 */;

--
-- Banco de dados: `facilityprodutos_2024`
--

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

--
-- Estrutura para tabela `wpld_commentmeta`
--

CREATE TABLE `wpld_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Estrutura para tabela `wpld_comments`
--

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

--
-- Despejando dados para a tabela `wpld_comments`
--

INSERT INTO `wpld_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2024-04-04 13:46:29', '2024-04-04 13:46:29', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

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

--
-- Estrutura para tabela `wpld_e_events`
--

CREATE TABLE `wpld_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Estrutura para tabela `wpld_e_submissions`
--

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

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

--
-- Estrutura para tabela `wpld_e_submissions_actions_log`
--

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

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

--
-- Estrutura para tabela `wpld_e_submissions_values`
--

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

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

--
-- Estrutura para tabela `wpld_links`
--

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

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

--
-- Estrutura para tabela `wpld_options`
--

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

--
-- Despejando dados para a tabela `wpld_options`
--

INSERT INTO `wpld_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://facilityprodutos.com.br/2024', 'yes'),
(2, 'home', 'https://facilityprodutos.com.br/2024', 'yes'),
(3, 'blogname', 'Facility', 'yes'),
(4, 'blogdescription', 'Facility', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@facilityprodutos.com.br', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:111:{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:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s: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:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:3:{i:0;s:31:\"elementor-pro/elementor-pro.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:43:\"template-kit-import/template-kit-import.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'hello-elementor', 'yes'),
(41, 'stylesheet', 'hello-elementor', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '61833', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'posts', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '0', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1731158692', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(99, 'wp_attachment_pages_enabled', '0', 'yes'),
(100, 'initial_db_version', '57155', 'yes'),
(101, 'wpld_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(102, 'fresh_site', '0', 'off'),
(103, 'user_count', '1', 'no'),
(104, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'sidebars_widgets', 'a:2:{s:19:\"wp_inactive_widgets\";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:13:\"array_version\";i:3;}', 'yes'),
(106, 'cron', 'a:9:{i:1781671589;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1781697155;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:1781703989;a:3:{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:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1781703997;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:1781703998;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:1781704121;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:1781790391;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:1781876789;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;}}}s:7:\"version\";i:2;}', 'on'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121, 'recovery_keys', 'a:0:{}', 'off'),
(122, 'theme_mods_twentytwentyfour', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1712238898;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'no'),
(123, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:3:\"7.0\";s:5:\"files\";a:596:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:22:\"archives/style-rtl.css\";i:17;s:26:\"archives/style-rtl.min.css\";i:18;s:18:\"archives/style.css\";i:19;s:22:\"archives/style.min.css\";i:20;s:20:\"audio/editor-rtl.css\";i:21;s:24:\"audio/editor-rtl.min.css\";i:22;s:16:\"audio/editor.css\";i:23;s:20:\"audio/editor.min.css\";i:24;s:19:\"audio/style-rtl.css\";i:25;s:23:\"audio/style-rtl.min.css\";i:26;s:15:\"audio/style.css\";i:27;s:19:\"audio/style.min.css\";i:28;s:19:\"audio/theme-rtl.css\";i:29;s:23:\"audio/theme-rtl.min.css\";i:30;s:15:\"audio/theme.css\";i:31;s:19:\"audio/theme.min.css\";i:32;s:21:\"avatar/editor-rtl.css\";i:33;s:25:\"avatar/editor-rtl.min.css\";i:34;s:17:\"avatar/editor.css\";i:35;s:21:\"avatar/editor.min.css\";i:36;s:20:\"avatar/style-rtl.css\";i:37;s:24:\"avatar/style-rtl.min.css\";i:38;s:16:\"avatar/style.css\";i:39;s:20:\"avatar/style.min.css\";i:40;s:25:\"breadcrumbs/style-rtl.css\";i:41;s:29:\"breadcrumbs/style-rtl.min.css\";i:42;s:21:\"breadcrumbs/style.css\";i:43;s:25:\"breadcrumbs/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:19:\"icon/editor-rtl.css\";i:217;s:23:\"icon/editor-rtl.min.css\";i:218;s:15:\"icon/editor.css\";i:219;s:19:\"icon/editor.min.css\";i:220;s:18:\"icon/style-rtl.css\";i:221;s:22:\"icon/style-rtl.min.css\";i:222;s:14:\"icon/style.css\";i:223;s:18:\"icon/style.min.css\";i:224;s:20:\"image/editor-rtl.css\";i:225;s:24:\"image/editor-rtl.min.css\";i:226;s:16:\"image/editor.css\";i:227;s:20:\"image/editor.min.css\";i:228;s:19:\"image/style-rtl.css\";i:229;s:23:\"image/style-rtl.min.css\";i:230;s:15:\"image/style.css\";i:231;s:19:\"image/style.min.css\";i:232;s:19:\"image/theme-rtl.css\";i:233;s:23:\"image/theme-rtl.min.css\";i:234;s:15:\"image/theme.css\";i:235;s:19:\"image/theme.min.css\";i:236;s:29:\"latest-comments/style-rtl.css\";i:237;s:33:\"latest-comments/style-rtl.min.css\";i:238;s:25:\"latest-comments/style.css\";i:239;s:29:\"latest-comments/style.min.css\";i:240;s:27:\"latest-posts/editor-rtl.css\";i:241;s:31:\"latest-posts/editor-rtl.min.css\";i:242;s:23:\"latest-posts/editor.css\";i:243;s:27:\"latest-posts/editor.min.css\";i:244;s:26:\"latest-posts/style-rtl.css\";i:245;s:30:\"latest-posts/style-rtl.min.css\";i:246;s:22:\"latest-posts/style.css\";i:247;s:26:\"latest-posts/style.min.css\";i:248;s:18:\"list/style-rtl.css\";i:249;s:22:\"list/style-rtl.min.css\";i:250;s:14:\"list/style.css\";i:251;s:18:\"list/style.min.css\";i:252;s:22:\"loginout/style-rtl.css\";i:253;s:26:\"loginout/style-rtl.min.css\";i:254;s:18:\"loginout/style.css\";i:255;s:22:\"loginout/style.min.css\";i:256;s:19:\"math/editor-rtl.css\";i:257;s:23:\"math/editor-rtl.min.css\";i:258;s:15:\"math/editor.css\";i:259;s:19:\"math/editor.min.css\";i:260;s:18:\"math/style-rtl.css\";i:261;s:22:\"math/style-rtl.min.css\";i:262;s:14:\"math/style.css\";i:263;s:18:\"math/style.min.css\";i:264;s:25:\"media-text/editor-rtl.css\";i:265;s:29:\"media-text/editor-rtl.min.css\";i:266;s:21:\"media-text/editor.css\";i:267;s:25:\"media-text/editor.min.css\";i:268;s:24:\"media-text/style-rtl.css\";i:269;s:28:\"media-text/style-rtl.min.css\";i:270;s:20:\"media-text/style.css\";i:271;s:24:\"media-text/style.min.css\";i:272;s:19:\"more/editor-rtl.css\";i:273;s:23:\"more/editor-rtl.min.css\";i:274;s:15:\"more/editor.css\";i:275;s:19:\"more/editor.min.css\";i:276;s:30:\"navigation-link/editor-rtl.css\";i:277;s:34:\"navigation-link/editor-rtl.min.css\";i:278;s:26:\"navigation-link/editor.css\";i:279;s:30:\"navigation-link/editor.min.css\";i:280;s:29:\"navigation-link/style-rtl.css\";i:281;s:33:\"navigation-link/style-rtl.min.css\";i:282;s:25:\"navigation-link/style.css\";i:283;s:29:\"navigation-link/style.min.css\";i:284;s:38:\"navigation-overlay-close/style-rtl.css\";i:285;s:42:\"navigation-overlay-close/style-rtl.min.css\";i:286;s:34:\"navigation-overlay-close/style.css\";i:287;s:38:\"navigation-overlay-close/style.min.css\";i:288;s:33:\"navigation-submenu/editor-rtl.css\";i:289;s:37:\"navigation-submenu/editor-rtl.min.css\";i:290;s:29:\"navigation-submenu/editor.css\";i:291;s:33:\"navigation-submenu/editor.min.css\";i:292;s:25:\"navigation/editor-rtl.css\";i:293;s:29:\"navigation/editor-rtl.min.css\";i:294;s:21:\"navigation/editor.css\";i:295;s:25:\"navigation/editor.min.css\";i:296;s:24:\"navigation/style-rtl.css\";i:297;s:28:\"navigation/style-rtl.min.css\";i:298;s:20:\"navigation/style.css\";i:299;s:24:\"navigation/style.min.css\";i:300;s:23:\"nextpage/editor-rtl.css\";i:301;s:27:\"nextpage/editor-rtl.min.css\";i:302;s:19:\"nextpage/editor.css\";i:303;s:23:\"nextpage/editor.min.css\";i:304;s:24:\"page-list/editor-rtl.css\";i:305;s:28:\"page-list/editor-rtl.min.css\";i:306;s:20:\"page-list/editor.css\";i:307;s:24:\"page-list/editor.min.css\";i:308;s:23:\"page-list/style-rtl.css\";i:309;s:27:\"page-list/style-rtl.min.css\";i:310;s:19:\"page-list/style.css\";i:311;s:23:\"page-list/style.min.css\";i:312;s:24:\"paragraph/editor-rtl.css\";i:313;s:28:\"paragraph/editor-rtl.min.css\";i:314;s:20:\"paragraph/editor.css\";i:315;s:24:\"paragraph/editor.min.css\";i:316;s:23:\"paragraph/style-rtl.css\";i:317;s:27:\"paragraph/style-rtl.min.css\";i:318;s:19:\"paragraph/style.css\";i:319;s:23:\"paragraph/style.min.css\";i:320;s:35:\"post-author-biography/style-rtl.css\";i:321;s:39:\"post-author-biography/style-rtl.min.css\";i:322;s:31:\"post-author-biography/style.css\";i:323;s:35:\"post-author-biography/style.min.css\";i:324;s:30:\"post-author-name/style-rtl.css\";i:325;s:34:\"post-author-name/style-rtl.min.css\";i:326;s:26:\"post-author-name/style.css\";i:327;s:30:\"post-author-name/style.min.css\";i:328;s:26:\"post-author/editor-rtl.css\";i:329;s:30:\"post-author/editor-rtl.min.css\";i:330;s:22:\"post-author/editor.css\";i:331;s:26:\"post-author/editor.min.css\";i:332;s:25:\"post-author/style-rtl.css\";i:333;s:29:\"post-author/style-rtl.min.css\";i:334;s:21:\"post-author/style.css\";i:335;s:25:\"post-author/style.min.css\";i:336;s:33:\"post-comments-count/style-rtl.css\";i:337;s:37:\"post-comments-count/style-rtl.min.css\";i:338;s:29:\"post-comments-count/style.css\";i:339;s:33:\"post-comments-count/style.min.css\";i:340;s:33:\"post-comments-form/editor-rtl.css\";i:341;s:37:\"post-comments-form/editor-rtl.min.css\";i:342;s:29:\"post-comments-form/editor.css\";i:343;s:33:\"post-comments-form/editor.min.css\";i:344;s:32:\"post-comments-form/style-rtl.css\";i:345;s:36:\"post-comments-form/style-rtl.min.css\";i:346;s:28:\"post-comments-form/style.css\";i:347;s:32:\"post-comments-form/style.min.css\";i:348;s:32:\"post-comments-link/style-rtl.css\";i:349;s:36:\"post-comments-link/style-rtl.min.css\";i:350;s:28:\"post-comments-link/style.css\";i:351;s:32:\"post-comments-link/style.min.css\";i:352;s:26:\"post-content/style-rtl.css\";i:353;s:30:\"post-content/style-rtl.min.css\";i:354;s:22:\"post-content/style.css\";i:355;s:26:\"post-content/style.min.css\";i:356;s:23:\"post-date/style-rtl.css\";i:357;s:27:\"post-date/style-rtl.min.css\";i:358;s:19:\"post-date/style.css\";i:359;s:23:\"post-date/style.min.css\";i:360;s:27:\"post-excerpt/editor-rtl.css\";i:361;s:31:\"post-excerpt/editor-rtl.min.css\";i:362;s:23:\"post-excerpt/editor.css\";i:363;s:27:\"post-excerpt/editor.min.css\";i:364;s:26:\"post-excerpt/style-rtl.css\";i:365;s:30:\"post-excerpt/style-rtl.min.css\";i:366;s:22:\"post-excerpt/style.css\";i:367;s:26:\"post-excerpt/style.min.css\";i:368;s:34:\"post-featured-image/editor-rtl.css\";i:369;s:38:\"post-featured-image/editor-rtl.min.css\";i:370;s:30:\"post-featured-image/editor.css\";i:371;s:34:\"post-featured-image/editor.min.css\";i:372;s:33:\"post-featured-image/style-rtl.css\";i:373;s:37:\"post-featured-image/style-rtl.min.css\";i:374;s:29:\"post-featured-image/style.css\";i:375;s:33:\"post-featured-image/style.min.css\";i:376;s:34:\"post-navigation-link/style-rtl.css\";i:377;s:38:\"post-navigation-link/style-rtl.min.css\";i:378;s:30:\"post-navigation-link/style.css\";i:379;s:34:\"post-navigation-link/style.min.css\";i:380;s:27:\"post-template/style-rtl.css\";i:381;s:31:\"post-template/style-rtl.min.css\";i:382;s:23:\"post-template/style.css\";i:383;s:27:\"post-template/style.min.css\";i:384;s:24:\"post-terms/style-rtl.css\";i:385;s:28:\"post-terms/style-rtl.min.css\";i:386;s:20:\"post-terms/style.css\";i:387;s:24:\"post-terms/style.min.css\";i:388;s:31:\"post-time-to-read/style-rtl.css\";i:389;s:35:\"post-time-to-read/style-rtl.min.css\";i:390;s:27:\"post-time-to-read/style.css\";i:391;s:31:\"post-time-to-read/style.min.css\";i:392;s:24:\"post-title/style-rtl.css\";i:393;s:28:\"post-title/style-rtl.min.css\";i:394;s:20:\"post-title/style.css\";i:395;s:24:\"post-title/style.min.css\";i:396;s:26:\"preformatted/style-rtl.css\";i:397;s:30:\"preformatted/style-rtl.min.css\";i:398;s:22:\"preformatted/style.css\";i:399;s:26:\"preformatted/style.min.css\";i:400;s:24:\"pullquote/editor-rtl.css\";i:401;s:28:\"pullquote/editor-rtl.min.css\";i:402;s:20:\"pullquote/editor.css\";i:403;s:24:\"pullquote/editor.min.css\";i:404;s:23:\"pullquote/style-rtl.css\";i:405;s:27:\"pullquote/style-rtl.min.css\";i:406;s:19:\"pullquote/style.css\";i:407;s:23:\"pullquote/style.min.css\";i:408;s:23:\"pullquote/theme-rtl.css\";i:409;s:27:\"pullquote/theme-rtl.min.css\";i:410;s:19:\"pullquote/theme.css\";i:411;s:23:\"pullquote/theme.min.css\";i:412;s:39:\"query-pagination-numbers/editor-rtl.css\";i:413;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:414;s:35:\"query-pagination-numbers/editor.css\";i:415;s:39:\"query-pagination-numbers/editor.min.css\";i:416;s:31:\"query-pagination/editor-rtl.css\";i:417;s:35:\"query-pagination/editor-rtl.min.css\";i:418;s:27:\"query-pagination/editor.css\";i:419;s:31:\"query-pagination/editor.min.css\";i:420;s:30:\"query-pagination/style-rtl.css\";i:421;s:34:\"query-pagination/style-rtl.min.css\";i:422;s:26:\"query-pagination/style.css\";i:423;s:30:\"query-pagination/style.min.css\";i:424;s:25:\"query-title/style-rtl.css\";i:425;s:29:\"query-title/style-rtl.min.css\";i:426;s:21:\"query-title/style.css\";i:427;s:25:\"query-title/style.min.css\";i:428;s:25:\"query-total/style-rtl.css\";i:429;s:29:\"query-total/style-rtl.min.css\";i:430;s:21:\"query-total/style.css\";i:431;s:25:\"query-total/style.min.css\";i:432;s:20:\"query/editor-rtl.css\";i:433;s:24:\"query/editor-rtl.min.css\";i:434;s:16:\"query/editor.css\";i:435;s:20:\"query/editor.min.css\";i:436;s:19:\"quote/style-rtl.css\";i:437;s:23:\"quote/style-rtl.min.css\";i:438;s:15:\"quote/style.css\";i:439;s:19:\"quote/style.min.css\";i:440;s:19:\"quote/theme-rtl.css\";i:441;s:23:\"quote/theme-rtl.min.css\";i:442;s:15:\"quote/theme.css\";i:443;s:19:\"quote/theme.min.css\";i:444;s:23:\"read-more/style-rtl.css\";i:445;s:27:\"read-more/style-rtl.min.css\";i:446;s:19:\"read-more/style.css\";i:447;s:23:\"read-more/style.min.css\";i:448;s:18:\"rss/editor-rtl.css\";i:449;s:22:\"rss/editor-rtl.min.css\";i:450;s:14:\"rss/editor.css\";i:451;s:18:\"rss/editor.min.css\";i:452;s:17:\"rss/style-rtl.css\";i:453;s:21:\"rss/style-rtl.min.css\";i:454;s:13:\"rss/style.css\";i:455;s:17:\"rss/style.min.css\";i:456;s:21:\"search/editor-rtl.css\";i:457;s:25:\"search/editor-rtl.min.css\";i:458;s:17:\"search/editor.css\";i:459;s:21:\"search/editor.min.css\";i:460;s:20:\"search/style-rtl.css\";i:461;s:24:\"search/style-rtl.min.css\";i:462;s:16:\"search/style.css\";i:463;s:20:\"search/style.min.css\";i:464;s:20:\"search/theme-rtl.css\";i:465;s:24:\"search/theme-rtl.min.css\";i:466;s:16:\"search/theme.css\";i:467;s:20:\"search/theme.min.css\";i:468;s:24:\"separator/editor-rtl.css\";i:469;s:28:\"separator/editor-rtl.min.css\";i:470;s:20:\"separator/editor.css\";i:471;s:24:\"separator/editor.min.css\";i:472;s:23:\"separator/style-rtl.css\";i:473;s:27:\"separator/style-rtl.min.css\";i:474;s:19:\"separator/style.css\";i:475;s:23:\"separator/style.min.css\";i:476;s:23:\"separator/theme-rtl.css\";i:477;s:27:\"separator/theme-rtl.min.css\";i:478;s:19:\"separator/theme.css\";i:479;s:23:\"separator/theme.min.css\";i:480;s:24:\"shortcode/editor-rtl.css\";i:481;s:28:\"shortcode/editor-rtl.min.css\";i:482;s:20:\"shortcode/editor.css\";i:483;s:24:\"shortcode/editor.min.css\";i:484;s:24:\"site-logo/editor-rtl.css\";i:485;s:28:\"site-logo/editor-rtl.min.css\";i:486;s:20:\"site-logo/editor.css\";i:487;s:24:\"site-logo/editor.min.css\";i:488;s:23:\"site-logo/style-rtl.css\";i:489;s:27:\"site-logo/style-rtl.min.css\";i:490;s:19:\"site-logo/style.css\";i:491;s:23:\"site-logo/style.min.css\";i:492;s:27:\"site-tagline/editor-rtl.css\";i:493;s:31:\"site-tagline/editor-rtl.min.css\";i:494;s:23:\"site-tagline/editor.css\";i:495;s:27:\"site-tagline/editor.min.css\";i:496;s:26:\"site-tagline/style-rtl.css\";i:497;s:30:\"site-tagline/style-rtl.min.css\";i:498;s:22:\"site-tagline/style.css\";i:499;s:26:\"site-tagline/style.min.css\";i:500;s:25:\"site-title/editor-rtl.css\";i:501;s:29:\"site-title/editor-rtl.min.css\";i:502;s:21:\"site-title/editor.css\";i:503;s:25:\"site-title/editor.min.css\";i:504;s:24:\"site-title/style-rtl.css\";i:505;s:28:\"site-title/style-rtl.min.css\";i:506;s:20:\"site-title/style.css\";i:507;s:24:\"site-title/style.min.css\";i:508;s:26:\"social-link/editor-rtl.css\";i:509;s:30:\"social-link/editor-rtl.min.css\";i:510;s:22:\"social-link/editor.css\";i:511;s:26:\"social-link/editor.min.css\";i:512;s:27:\"social-links/editor-rtl.css\";i:513;s:31:\"social-links/editor-rtl.min.css\";i:514;s:23:\"social-links/editor.css\";i:515;s:27:\"social-links/editor.min.css\";i:516;s:26:\"social-links/style-rtl.css\";i:517;s:30:\"social-links/style-rtl.min.css\";i:518;s:22:\"social-links/style.css\";i:519;s:26:\"social-links/style.min.css\";i:520;s:21:\"spacer/editor-rtl.css\";i:521;s:25:\"spacer/editor-rtl.min.css\";i:522;s:17:\"spacer/editor.css\";i:523;s:21:\"spacer/editor.min.css\";i:524;s:20:\"spacer/style-rtl.css\";i:525;s:24:\"spacer/style-rtl.min.css\";i:526;s:16:\"spacer/style.css\";i:527;s:20:\"spacer/style.min.css\";i:528;s:20:\"table/editor-rtl.css\";i:529;s:24:\"table/editor-rtl.min.css\";i:530;s:16:\"table/editor.css\";i:531;s:20:\"table/editor.min.css\";i:532;s:19:\"table/style-rtl.css\";i:533;s:23:\"table/style-rtl.min.css\";i:534;s:15:\"table/style.css\";i:535;s:19:\"table/style.min.css\";i:536;s:19:\"table/theme-rtl.css\";i:537;s:23:\"table/theme-rtl.min.css\";i:538;s:15:\"table/theme.css\";i:539;s:19:\"table/theme.min.css\";i:540;s:23:\"tag-cloud/style-rtl.css\";i:541;s:27:\"tag-cloud/style-rtl.min.css\";i:542;s:19:\"tag-cloud/style.css\";i:543;s:23:\"tag-cloud/style.min.css\";i:544;s:28:\"template-part/editor-rtl.css\";i:545;s:32:\"template-part/editor-rtl.min.css\";i:546;s:24:\"template-part/editor.css\";i:547;s:28:\"template-part/editor.min.css\";i:548;s:27:\"template-part/theme-rtl.css\";i:549;s:31:\"template-part/theme-rtl.min.css\";i:550;s:23:\"template-part/theme.css\";i:551;s:27:\"template-part/theme.min.css\";i:552;s:24:\"term-count/style-rtl.css\";i:553;s:28:\"term-count/style-rtl.min.css\";i:554;s:20:\"term-count/style.css\";i:555;s:24:\"term-count/style.min.css\";i:556;s:30:\"term-description/style-rtl.css\";i:557;s:34:\"term-description/style-rtl.min.css\";i:558;s:26:\"term-description/style.css\";i:559;s:30:\"term-description/style.min.css\";i:560;s:23:\"term-name/style-rtl.css\";i:561;s:27:\"term-name/style-rtl.min.css\";i:562;s:19:\"term-name/style.css\";i:563;s:23:\"term-name/style.min.css\";i:564;s:28:\"term-template/editor-rtl.css\";i:565;s:32:\"term-template/editor-rtl.min.css\";i:566;s:24:\"term-template/editor.css\";i:567;s:28:\"term-template/editor.min.css\";i:568;s:27:\"term-template/style-rtl.css\";i:569;s:31:\"term-template/style-rtl.min.css\";i:570;s:23:\"term-template/style.css\";i:571;s:27:\"term-template/style.min.css\";i:572;s:27:\"text-columns/editor-rtl.css\";i:573;s:31:\"text-columns/editor-rtl.min.css\";i:574;s:23:\"text-columns/editor.css\";i:575;s:27:\"text-columns/editor.min.css\";i:576;s:26:\"text-columns/style-rtl.css\";i:577;s:30:\"text-columns/style-rtl.min.css\";i:578;s:22:\"text-columns/style.css\";i:579;s:26:\"text-columns/style.min.css\";i:580;s:19:\"verse/style-rtl.css\";i:581;s:23:\"verse/style-rtl.min.css\";i:582;s:15:\"verse/style.css\";i:583;s:19:\"verse/style.min.css\";i:584;s:20:\"video/editor-rtl.css\";i:585;s:24:\"video/editor-rtl.min.css\";i:586;s:16:\"video/editor.css\";i:587;s:20:\"video/editor.min.css\";i:588;s:19:\"video/style-rtl.css\";i:589;s:23:\"video/style-rtl.min.css\";i:590;s:15:\"video/style.css\";i:591;s:19:\"video/style.min.css\";i:592;s:19:\"video/theme-rtl.css\";i:593;s:23:\"video/theme-rtl.min.css\";i:594;s:15:\"video/theme.css\";i:595;s:19:\"video/theme.min.css\";}}', 'yes'),
(126, 'WPLANG', 'pt_PT', 'yes'),
(197, '_elementor_pro_api_requests_lock', 'a:1:{s:11:\"get_version\";i:1781670687;}', 'yes'),
(164, 'elementor_active_kit', '121', 'yes'),
(165, 'elementor_font_display', 'swap', 'yes');
INSERT INTO `wpld_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(174, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:28:{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:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;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:28:{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:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:19:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:19:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:19:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:19:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:19:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:19:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:19:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:19:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:19:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:19:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:19:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:19:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:19:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:19:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:19:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:19:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:19:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:19:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:19:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:19:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:19:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:19:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:19:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:19:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:19:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:19:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:19:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:19:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:19:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:19:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:19:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:19:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:19:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:19:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:19:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:19:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:19:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:19:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:19:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:19:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:19:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:19:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:19:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:19:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:19:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:19:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:19:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:19:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:19:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:19:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:19:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:19:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:19:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:19:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:19:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:19:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:19:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:19:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:19:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:19:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:19:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:19:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:19:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:19:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:19:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:19:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:19:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:19:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:19:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:19:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:19:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:19:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:19:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:19:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:19:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:19:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:19:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:19:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:19:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:19:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:19:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:19:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:19:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:19:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:19:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:19:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:19:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:19:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:19:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:19:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:19:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:19:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:19:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:19:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:19:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:19:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:19:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:19:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:19:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:19:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:19:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:19:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:19:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:19:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:19:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:19:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:19:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:19:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:19:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:19:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:19:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:19:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:19:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:19:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:19:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:19:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:19:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:19:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:19:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:19:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:19:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:19:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:19:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:19:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:19:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:19:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:19:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:19:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:19:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:19:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:19:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:19:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:19:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:19:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:19:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:19:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:19:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:19:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:19:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:19:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:19:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:19:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:19:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:19:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:19:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:19:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:19:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:19:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:19:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:19:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:19:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:19:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:19:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:19:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:19:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:19:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:19:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:19:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:19:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:19:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:19:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:19:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:19:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:19:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:19:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:19:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:19:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:19:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:19:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:19:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:19:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:19:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:19:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:19:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:19:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:19:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:19:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:19:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:19:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:19:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:19:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:19:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:19:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:19:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:19:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:19:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:19:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:19:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:19:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:19:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:19:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:19:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:19:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:19:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:19:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:19:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:19:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:19:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:19:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:19:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:19:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:19:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:19:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:19:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:19:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:19:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:19:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:19:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:19:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:19:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:19:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:19:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:19:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:19:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:19:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:19:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:19:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:19:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:19:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:19:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:19:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:19:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:19:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:19:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:19:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:19:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:19:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:19:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:19:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:19:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:19:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:19:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:19:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:19:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:19:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:19:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:19:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:19:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:19:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:19:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:19:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:19:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:19:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:19:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:19:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:19:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:19:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:19:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:19:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:19:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:19:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:19:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:19:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:19:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:19:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:19:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:19:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:19:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:19:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:19:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:19:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:19:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:19:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:19:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:19:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:19:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:19:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:19:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:19:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:19:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:19:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:19:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:19:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:19:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:19:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:19:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:19:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:19:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:19:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:19:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:19:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:19:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:19:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:19:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:19:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:19:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:19:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:19:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:19:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:19:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:19:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:19:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:19:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:19:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:19:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:19:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:19:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:19:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:19:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:19:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:19:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:19:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:19:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:19:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:19:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:19:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:19:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:19:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:19:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:19:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:19:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:19:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:19:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:19:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:19:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:19:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:19:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:19:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:19:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:19:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:19:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:19:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:19:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:19:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:19:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:19:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:19:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:19:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:19:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:19:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:19:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:19:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:19:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:19:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:19:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:19:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:19:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:19:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:19:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:19:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:19:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:19:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:19:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:19:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:19:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:19:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:19:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:19:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:19:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:19:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:19:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:19:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:19:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:19:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:19:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:19:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:19:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:19:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:19:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:19:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:19:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:19:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:19:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:19:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:19:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:19:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:19:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:19:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:19:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:19:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:19:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:19:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:19:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:19:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:19:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:19:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:19:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:19:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:19:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:19:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:19:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:19:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:19:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:19:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:19:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:19:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:19:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:19:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:19:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:19:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:19:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:19:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:19:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:19:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:19:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:19:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:19:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:19:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:19:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:19:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:19:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:19:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:19:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:19:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:19:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:19:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:19:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:19:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:19:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:19:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:19:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:19:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:19:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:19:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:19:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:19:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:19:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:19:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:19:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:19:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:19:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:19:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:19:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:19:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:19:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:19:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:19:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:19:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:19:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:19:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:19:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:19:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:19:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:19:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:19:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:19:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:19:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:19:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:19:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:19:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:19:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:19:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:19:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:19:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:19:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:19:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:19:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:19:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:19:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:19:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:19:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:19:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:19:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:19:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:19:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:19:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:19:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:19:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:19:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:19:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:19:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:19:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:19:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:19:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:19:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:19:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:19:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:19:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:19:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:19:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:19:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:19:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:19:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:19:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:19:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:19:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:19:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:19:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:19:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:19:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:19:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:19:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:19:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:19:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:19:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:19:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:19:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:19:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:19:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:19:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:19:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:19:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:19:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:19:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:19:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:19:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:19:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:19:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:19:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:19:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:19:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:19:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:19:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:19:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:19:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:19:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:19:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:19:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:19:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:19:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:19:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:19:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:19:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:19:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:19:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:19:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:19:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:19:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:19:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:19:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:19:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:19:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:19:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:19:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:19:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:19:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:19:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:19:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:19:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:19:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:19:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:19:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:19:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:19:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:19:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:19:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:19:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:19:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:19:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:19:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:19:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:19:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:19:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:19:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:19:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:19:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:19:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:19:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:19:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:19:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:19:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:19:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:19:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:19:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:19:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:19:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:19:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:19:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:19:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:19:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:19:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:19:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:19:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:19:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:19:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:19:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:19:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:19:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:19:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:19:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:19:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:19:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:19:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:19:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:19:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:19:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:19:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:19:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:19:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:19:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:19:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:19:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:19:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:19:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:19:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:19:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:19:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:19:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:19:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:19:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:19:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:19:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:19:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:19:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:19:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:19:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:19:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:19:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:19:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:19:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:19:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:19:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:19:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:19:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:19:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:19:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:19:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:19:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:19:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:19:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:19:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:19:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:19:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:19:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:19:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:19:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:19:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:19:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:19:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:19:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:19:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:19:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:19:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:19:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:19:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:19:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:19:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:19:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:19:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:19:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:19:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:19:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:19:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:19:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:19:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:19:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:19:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:19:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:19:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:19:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:19:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:19:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:19:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:19:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:19:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:19:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:19:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:19:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:19:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:19:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:19:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:19:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:19:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:19:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:19:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:19:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:19:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:19:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:19:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:19:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:19:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:19:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:19:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:19:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:19:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:19:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:19:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:19:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:19:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:19:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:19:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:19:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:19:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:19:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:19:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:19:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:19:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:19:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:19:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:19:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:19:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:19:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:19:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:19:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:19:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:19:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:19:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:19:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:19:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:19:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:19:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:19:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:19:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:19:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:19:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:19:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:19:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:19:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:19:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:19:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:19:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:19:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:19:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:19:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:19:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:19:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:19:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:19:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:19:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:19:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:19:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:19:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:19:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:19:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:19:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:19:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:19:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:19:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:19:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:19:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:19:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:19:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:19:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:19:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:19:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:19:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:19:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:19:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:19:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:19:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:19:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:19:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:19:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:19:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:19:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:19:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:19:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:19:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:19:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:19:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:19:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:19:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:19:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:19:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:19:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:19:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:19:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:19:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:19:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:19:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:19:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:19:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:19:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:19:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:19:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:19:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:19:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:19:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:19:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:19:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:19:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:19:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:19:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:19:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:19:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:19:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:19:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:19:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:19:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:19:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:19:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:19:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:19:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:19:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:19:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:19:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:19:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:19:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:19:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:19:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:19:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:19:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:19:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:19:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:19:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:19:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:19:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:19:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:19:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:19:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:19:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:19:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:19:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:19:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:19:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:19:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:19:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:19:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:19:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:19:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:19:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:19:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:19:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:19:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:19:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:19:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:19:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:19:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:19:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:19:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:19:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:19:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:19:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:19:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:19:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:19:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:19:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:19:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:19:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:19:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:19:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:19:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `wpld_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'elementor_version', '3.20.4', 'yes'),
(169, 'elementor_install_history', 'a:3:{s:6:\"3.18.3\";i:1712238521;s:6:\"3.20.3\";i:1712238837;s:6:\"3.20.4\";i:1712863043;}', 'yes'),
(170, 'elementor_events_db_version', '1.0.0', 'no'),
(173, '_elementor_installed_time', '1712238532', 'yes'),
(181, 'elementor_log', 'a:34:{s:32:\"a8297756d3f1c2db477d588e7edd7684\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-04 13:53:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-04 13:53:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"243c6dc6d5223c3a16f6302b94015e8f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-04 13:53:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/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:\"2024-04-04 13:53:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"8abed0e67543a229181f72a585f71462\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-04 13:53:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/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:\"2024-04-04 13:53:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"cf9bd5d68ee3c338d70e433cf9144511\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-04 13:53:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.20.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-04 13:53:57\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.20.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4833f9a5cdd9bc1c4862b63875f31227\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-04 13:53: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:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.20.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-04 13:53:57\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.20.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2cf8b786de707e2c17b16f8fc5b8201b\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:4:\"7564\";s:7:\"\0*\0file\";s:96:\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/js/ai.min.js?ver=3.20.3\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-04-04 13:56:34\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:25:\"ReactUtils is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2024-04-04 13:56:34\";i:1;s:19:\"2024-04-10 10:37:10\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1712238994\";s:7:\"message\";s:25:\"ReactUtils is not defined\";s:3:\"url\";s:96:\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/js/ai.min.js?ver=3.20.3\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:4:\"7564\";}}s:32:\"38d2745972e53e9e3b57c783bf055a52\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:96:\"/home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:113;s:7:\"\0*\0date\";s:19:\"2024-04-04 18:05:37\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type bool\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-04 18:05:37\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:51:\"Trying to access array offset on value of type bool\";s:4:\"file\";s:96:\"/home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:113;s:5:\"trace\";b:1;}}s:32:\"30d6fa7542bbd25ad9dd61e60ac5f5b4\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:112:\"/home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:7:\"\0*\0line\";i:1468;s:7:\"\0*\0date\";s:19:\"2024-04-10 11:33:24\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:36:\"Undefined array key &quot;type&quot;\";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:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2024-04-10 11:33:24\";i:1;s:19:\"2024-04-10 11:33:55\";i:2;s:19:\"2024-04-10 11:34:21\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:26:\"Undefined array key \"type\"\";s:4:\"file\";s:112:\"/home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:1468;s:5:\"trace\";b:1;}}s:32:\"786c5784388908db5c99916974e081ec\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-10 11:41:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:15:\"Uploading Kit: \";s:7:\"\0*\0meta\";a:2:{s:6:\"kit_id\";s:9:\"undefined\";s:8:\"referrer\";s:5:\"local\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-10 11:41:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:2:{s:6:\"kit_id\";s:9:\"undefined\";s:8:\"referrer\";s:5:\"local\";}s:7:\"message\";s:15:\"Uploading Kit: \";s:4:\"type\";s:4:\"info\";}}s:32:\"85ab7669b1b6956add7ee109450c0cb1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-10 11:42:01\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:126:\"Selected import runners: site-settings, plugins, templates, taxonomies, elementor-content, wp-content, elements-default-values\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-10 11:42:01\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:126:\"Selected import runners: site-settings, plugins, templates, taxonomies, elementor-content, wp-content, elements-default-values\";s:4:\"type\";s:4:\"info\";}}s:32:\"1a41222c5ff50d21602657f9d27e17ed\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-10 11:42:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:42:\"Import runner completed: site-settings ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-10 11:42:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:42:\"Import runner completed: site-settings ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"1728e71514498ff99763fb1e21ca989e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-10 11:42:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"Import runner completed: plugins ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-10 11:42:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"Import runner completed: plugins ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"0190032c2b3e9abbb25552d7198af7e4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-10 11:42:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:38:\"Import runner completed: templates ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-10 11:42:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:38:\"Import runner completed: templates ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"d5a4735a22ab7857322761fe7de17dac\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:91:\"/home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/core/base/document.php\";s:7:\"\0*\0line\";i:1686;s:7:\"\0*\0date\";s:19:\"2024-04-10 11:42:22\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:41:\"Undefined array key &quot;thumbnail&quot;\";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:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2024-04-10 11:42:22\";i:1;s:19:\"2024-04-11 19:19:45\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:31:\"Undefined array key \"thumbnail\"\";s:4:\"file\";s:91:\"/home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/core/base/document.php\";s:4:\"line\";i:1686;s:5:\"trace\";b:1;}}s:32:\"aba9223f197cd777960dac590f46a760\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-10 11:42:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:39:\"Import runner completed: taxonomies ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-10 11:42:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:39:\"Import runner completed: taxonomies ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"18b08da280985bc153c674eef11d855a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-10 11:42:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Import runner completed: elementor-content ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-10 11:42:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Import runner completed: elementor-content ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"fce562ad3865558544d79bef99a21186\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-10 11:42:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:39:\"Import runner completed: wp-content ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-10 11:42:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:39:\"Import runner completed: wp-content ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"58fb37337126433428b9342b4ff6938d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"28760\";s:7:\"\0*\0file\";s:129:\"https://facilityprodutos.com.br/2024/wp-admin/load-scripts.php?c=1&amp;loadchunk_0=jquery-core,jquery-migrate,utils&amp;ver=6.5.2\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2024-04-10 11:42:47\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of undefined (reading &#039;value&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2024-04-10 11:42:47\";i:1;s:19:\"2024-04-10 11:43:14\";i:2;s:19:\"2024-04-10 11:47:44\";i:3;s:19:\"2024-04-10 11:50:15\";i:4;s:19:\"2024-04-11 19:24:28\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1712749367\";s:7:\"message\";s:53:\"Cannot read properties of undefined (reading \'value\')\";s:3:\"url\";s:129:\"https://facilityprodutos.com.br/2024/wp-admin/load-scripts.php?c=1&amp;loadchunk_0=jquery-core,jquery-migrate,utils&amp;ver=6.5.2\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"28760\";}}s:32:\"572e66845151ef535440cd8f5323f2ec\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:17:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:17:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"2e41648b1a94c59a9232538bad359514\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:17:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/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:\"2024-04-11 19:17:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"26a2e9042f367223e33ad50479725ba9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:17:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/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:\"2024-04-11 19:17:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"5590e9ae9f34dec9e38362399735c450\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:17:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.3\";s:2:\"to\";s:6:\"3.20.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:17:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.3\";s:2:\"to\";s:6:\"3.20.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a6c0b981b8bd21e4046d72b0315e5f55\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:17:23\";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:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.3\";s:2:\"to\";s:6:\"3.20.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:17:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.3\";s:2:\"to\";s:6:\"3.20.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"09a3a4df80b2170055a07f7f11f13146\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:18:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:15:\"Uploading Kit: \";s:7:\"\0*\0meta\";a:2:{s:6:\"kit_id\";s:9:\"undefined\";s:8:\"referrer\";s:5:\"local\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:18:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:2:{s:6:\"kit_id\";s:9:\"undefined\";s:8:\"referrer\";s:5:\"local\";}s:7:\"message\";s:15:\"Uploading Kit: \";s:4:\"type\";s:4:\"info\";}}s:32:\"608269925f4af7910bfdc9dcd7da76a5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:19:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:126:\"Selected import runners: site-settings, plugins, templates, taxonomies, elementor-content, wp-content, elements-default-values\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:19:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:126:\"Selected import runners: site-settings, plugins, templates, taxonomies, elementor-content, wp-content, elements-default-values\";s:4:\"type\";s:4:\"info\";}}s:32:\"e9c9f92e3e42c3eb20343d8ada6de986\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:19:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:42:\"Import runner completed: site-settings ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:19:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:42:\"Import runner completed: site-settings ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"d7458d95019c3b62445c53d07a2c3b66\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:19:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"Import runner completed: plugins ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:19:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"Import runner completed: plugins ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"eea1df99981fb9a80f572dfb9c66700d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:19:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:38:\"Import runner completed: templates ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:19:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:38:\"Import runner completed: templates ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"58b3785ef080a3dd1161d7f7d345da18\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:19:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:39:\"Import runner completed: taxonomies ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:19:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:39:\"Import runner completed: taxonomies ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"19405f2197c7cd7ffde540b4223425db\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:19:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Import runner completed: elementor-content ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:19:47\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Import runner completed: elementor-content ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"55145319542bbbaad8caf25f08c71369\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 19:19:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:39:\"Import runner completed: wp-content ✓\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:19:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:39:\"Import runner completed: wp-content ✓\";s:4:\"type\";s:4:\"info\";}}s:32:\"2f8b22503014336f8315fad251903af4\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"931098\";s:7:\"\0*\0file\";s:100:\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.20.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-04-11 19:22:05\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:32:\"elementorFrontend is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 19:22:05\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1712863325\";s:7:\"message\";s:32:\"elementorFrontend is not defined\";s:3:\"url\";s:100:\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.20.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"931098\";}}s:32:\"aa1c068d5c9eeaf9bfc2b3cc984f59ff\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:84:\"/home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/core/wp-api.php\";s:7:\"\0*\0line\";i:26;s:7:\"\0*\0date\";s:19:\"2024-08-21 12:27:30\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:2279:\"Uncaught Error: Call to undefined function Elementor\\Core\\get_plugins() in /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/core/wp-api.php:26\nStack trace:\n#0 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(96): Elementor\\Core\\Wp_Api-&gt;get_plugins()\n#1 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(58): Elementor\\Modules\\CompatibilityTag\\Base_Module-&gt;get_plugins_with_header()\n#2 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/module.php(57): Elementor\\Modules\\CompatibilityTag\\Base_Module-&gt;get_plugins_to_check()\n#3 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(148): Elementor\\Modules\\CompatibilityTag\\Module-&gt;get_plugins_to_check()\n#4 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(324): Elementor\\Modules\\CompatibilityTag\\Base_Module-&gt;Elementor\\Modules\\CompatibilityTag\\{closure}()\n#5 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(348): WP_Hook-&gt;apply_filters()\n#6 /home/facilityprodutos/public_html/2024/wp-includes/plugin.php(517): WP_Hook-&gt;do_action()\n#7 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/system-info/module.php(340): do_action()\n#8 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(241): Elementor\\Modules\\System_Info\\Module::get_allowed_reports()\n#9 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(530): Elementor\\Tracker::get_system_reports_data()\n#10 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(141): Elementor\\Tracker::get_tracking_data()\n#11 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(324): Elementor\\Tracker::send_tracking_data()\n#12 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(348): WP_Hook-&gt;apply_filters()\n#13 /home/facilityprodutos/public_html/2024/wp-includes/plugin.php(565): WP_Hook-&gt;do_action()\n#14 /home/facilityprodutos/public_html/2024/wp-cron.php(191): do_action_ref_array()\n#15 {main}\n  thrown\";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:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2024-08-21 12:27:30\";i:1;s:19:\"2024-11-06 13:24:43\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:2252:\"Uncaught Error: Call to undefined function Elementor\\Core\\get_plugins() in /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/core/wp-api.php:26\nStack trace:\n#0 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(96): Elementor\\Core\\Wp_Api->get_plugins()\n#1 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(58): Elementor\\Modules\\CompatibilityTag\\Base_Module->get_plugins_with_header()\n#2 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/module.php(57): Elementor\\Modules\\CompatibilityTag\\Base_Module->get_plugins_to_check()\n#3 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(148): Elementor\\Modules\\CompatibilityTag\\Module->get_plugins_to_check()\n#4 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(324): Elementor\\Modules\\CompatibilityTag\\Base_Module->Elementor\\Modules\\CompatibilityTag\\{closure}()\n#5 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#6 /home/facilityprodutos/public_html/2024/wp-includes/plugin.php(517): WP_Hook->do_action()\n#7 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/system-info/module.php(340): do_action()\n#8 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(241): Elementor\\Modules\\System_Info\\Module::get_allowed_reports()\n#9 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(530): Elementor\\Tracker::get_system_reports_data()\n#10 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(141): Elementor\\Tracker::get_tracking_data()\n#11 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(324): Elementor\\Tracker::send_tracking_data()\n#12 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#13 /home/facilityprodutos/public_html/2024/wp-includes/plugin.php(565): WP_Hook->do_action()\n#14 /home/facilityprodutos/public_html/2024/wp-cron.php(191): do_action_ref_array()\n#15 {main}\n  thrown\";s:4:\"file\";s:84:\"/home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/core/wp-api.php\";s:4:\"line\";i:26;s:5:\"trace\";b:1;}}s:32:\"a61c3a7d72b6fe3116f371e2415e15fd\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:84:\"/home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/core/wp-api.php\";s:7:\"\0*\0line\";i:26;s:7:\"\0*\0date\";s:19:\"2024-12-14 21:20:46\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:2411:\"Uncaught Error: Call to undefined function Elementor\\Core\\get_plugins() in /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/core/wp-api.php:26\nStack trace:\n#0 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(96): Elementor\\Core\\Wp_Api-&gt;get_plugins()\n#1 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(58): Elementor\\Modules\\CompatibilityTag\\Base_Module-&gt;get_plugins_with_header()\n#2 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/module.php(57): Elementor\\Modules\\CompatibilityTag\\Base_Module-&gt;get_plugins_to_check()\n#3 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(148): Elementor\\Modules\\CompatibilityTag\\Module-&gt;get_plugins_to_check()\n#4 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(324): Elementor\\Modules\\CompatibilityTag\\Base_Module-&gt;Elementor\\Modules\\CompatibilityTag\\{closure}(&#039;&#039;)\n#5 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(348): WP_Hook-&gt;apply_filters(&#039;&#039;, Array)\n#6 /home/facilityprodutos/public_html/2024/wp-includes/plugin.php(517): WP_Hook-&gt;do_action(Array)\n#7 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/system-info/module.php(340): do_action(&#039;elementor/syste...&#039;)\n#8 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(241): Elementor\\Modules\\System_Info\\Module::get_allowed_reports()\n#9 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(530): Elementor\\Tracker::get_system_reports_data()\n#10 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(141): Elementor\\Tracker::get_tracking_data(false)\n#11 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(324): Elementor\\Tracker::send_tracking_data()\n#12 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(348): WP_Hook-&gt;apply_filters(&#039;&#039;, Array)\n#13 /home/facilityprodutos/public_html/2024/wp-includes/plugin.php(565): WP_Hook-&gt;do_action(Array)\n#14 /home/facilityprodutos/public_html/2024/wp-cron.php(191): do_action_ref_array(&#039;elementor/track...&#039;, Array)\n#15 {main}\n  thrown\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-14 21:20:46\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:2334:\"Uncaught Error: Call to undefined function Elementor\\Core\\get_plugins() in /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/core/wp-api.php:26\nStack trace:\n#0 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(96): Elementor\\Core\\Wp_Api->get_plugins()\n#1 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(58): Elementor\\Modules\\CompatibilityTag\\Base_Module->get_plugins_with_header()\n#2 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/module.php(57): Elementor\\Modules\\CompatibilityTag\\Base_Module->get_plugins_to_check()\n#3 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php(148): Elementor\\Modules\\CompatibilityTag\\Module->get_plugins_to_check()\n#4 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(324): Elementor\\Modules\\CompatibilityTag\\Base_Module->Elementor\\Modules\\CompatibilityTag\\{closure}(\'\')\n#5 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(\'\', Array)\n#6 /home/facilityprodutos/public_html/2024/wp-includes/plugin.php(517): WP_Hook->do_action(Array)\n#7 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/modules/system-info/module.php(340): do_action(\'elementor/syste...\')\n#8 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(241): Elementor\\Modules\\System_Info\\Module::get_allowed_reports()\n#9 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(530): Elementor\\Tracker::get_system_reports_data()\n#10 /home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/includes/tracker.php(141): Elementor\\Tracker::get_tracking_data(false)\n#11 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(324): Elementor\\Tracker::send_tracking_data()\n#12 /home/facilityprodutos/public_html/2024/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(\'\', Array)\n#13 /home/facilityprodutos/public_html/2024/wp-includes/plugin.php(565): WP_Hook->do_action(Array)\n#14 /home/facilityprodutos/public_html/2024/wp-cron.php(191): do_action_ref_array(\'elementor/track...\', Array)\n#15 {main}\n  thrown\";s:4:\"file\";s:84:\"/home/facilityprodutos/public_html/2024/wp-content/plugins/elementor/core/wp-api.php\";s:4:\"line\";i:26;s:5:\"trace\";b:1;}}}', 'off'),
(157, 'finished_updating_comment_type', '1', 'yes'),
(368, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"admin@facilityprodutos.com.br\";s:7:\"version\";s:3:\"7.0\";s:9:\"timestamp\";i:1780374586;}', 'off'),
(532, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1712875833', 'no'),
(153, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'no'),
(154, 'recently_activated', 'a:0:{}', 'off'),
(172, 'elementor_onboarded', '1', 'yes'),
(175, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:81:\"Introducing Site Mailer by Elementor: Improve Your WordPress Email Deliverability\";s:7:\"excerpt\";s:377:\"In the world of WordPress, managing transactional emails can be a real challenge. From emails landing in spam folders to issues with server configurations, ensuring your messages are delivered can feel overwhelming.\r\nEnter Site Mailer by Elementor—a powerful plugin designed to solve your email deliverability issues with ease, eliminating the need for complex SMTP setups.\r\n\";s:7:\"created\";i:1727247060;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:123:\"https://elementor.com/blog/introducing-site-mailer/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:87:\"Introducing Elementor 3.24: Floating Bars, Variable Fonts, Enhanced CSS Loading & More!\";s:7:\"excerpt\";s:116:\"Elevate Your Websites with Floating Bars and Variable Fonts, Improve Performance with Enhanced CSS Loading and More!\";s:7:\"created\";i:1725891168;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-324-floating-bars-variable-fonts-enhanced-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:81:\"Introducing Platinum Support: Your Ultimate Solution for Superior Website Support\";s:7:\"excerpt\";s:149:\"Introducing Platinum Support: Elevate your Elementor experience with dedicated expert assistance, faster response times, and 24/7 real human support.\";s:7:\"created\";i:1723108567;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-platinum-support/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(483, 'template_kit_import_version', '1.0.15', 'yes'),
(484, 'template_kit_import_install_time', '1712749237', 'yes'),
(190, 'elementor_pro_license_key', '*********', 'yes'),
(191, '_elementor_pro_license_v2_data', 'a:2:{s:7:\"timeout\";i:1768796581;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}', 'yes'),
(192, 'elementor_pro_version', '3.20.2', 'yes'),
(193, 'elementor_pro_install_history', 'a:1:{s:6:\"3.20.3\";i:1712238853;}', 'yes'),
(194, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(195, '_elementor_pro_installed_time', '1712238853', 'yes'),
(196, 'elementor_submissions_db_version', '5', 'yes'),
(489, 'elementor_import_sessions', 'a:2:{s:13:\"66167b0279566\";a:9:{s:10:\"session_id\";s:13:\"66167b0279566\";s:9:\"kit_title\";s:71:\"Astrobot – Industrial Robot & Machine Industry Elementor Template Kit\";s:8:\"kit_name\";s:71:\"Astrobot – Industrial Robot & Machine Industry Elementor Template Kit\";s:13:\"kit_thumbnail\";s:0:\"\";s:10:\"kit_source\";s:5:\"local\";s:7:\"user_id\";i:1;s:15:\"start_timestamp\";i:1712749321;s:13:\"end_timestamp\";i:1712749345;s:7:\"runners\";a:3:{s:13:\"site-settings\";a:3:{s:15:\"previous_kit_id\";i:0;s:13:\"active_kit_id\";i:7;s:15:\"imported_kit_id\";i:56;}s:9:\"templates\";a:1:{s:19:\"template_conditions\";a:0:{}}s:23:\"elements-default-values\";a:0:{}}}s:13:\"66183796c7041\";a:9:{s:10:\"session_id\";s:13:\"66183796c7041\";s:9:\"kit_title\";s:61:\"Archinterior - Architecture & Interior Elementor Template Kit\";s:8:\"kit_name\";s:61:\"Archinterior - Architecture & Interior Elementor Template Kit\";s:13:\"kit_thumbnail\";s:0:\"\";s:10:\"kit_source\";s:5:\"local\";s:7:\"user_id\";i:1;s:15:\"start_timestamp\";i:1712863142;s:13:\"end_timestamp\";i:1712863189;s:7:\"runners\";a:3:{s:13:\"site-settings\";a:3:{s:15:\"previous_kit_id\";i:7;s:13:\"active_kit_id\";i:56;s:15:\"imported_kit_id\";i:121;}s:9:\"templates\";a:1:{s:19:\"template_conditions\";a:0:{}}s:23:\"elements-default-values\";a:0:{}}}}', 'no'),
(490, 'elementor_previous_kit', '56', 'yes'),
(208, 'elementor_pro_theme_builder_conditions', 'a:0:{}', 'yes'),
(203, 'current_theme', 'Hello Elementor', 'yes'),
(204, 'theme_mods_hello-elementor', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(205, 'theme_switched', '', 'yes'),
(206, 'hello_theme_version', '3.0.1', 'yes'),
(213, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'),
(214, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'),
(215, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'),
(216, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1712866715;s:5:\"value\";s:8282:\"[{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Conditions for Dynamic Content\",\"description\":\"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags including native WordPress Custom Fields.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-or-logic-3.20\",\"title\":\"Connect Display Conditions - OR Logic\",\"description\":\"Create condition groups of one or more conditions and connect them with the OR logic to display an element when either groups conditions are met.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed\",\"description\":\"Tailor the content on your page to visitors based on various rules to create a powerful experience.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"display-conditions-or-logic-3.20\",\"title\":\"Discover the Professional Way to Create Dynamic Content Websites\",\"description\":\"All the tools you need to turn the content you store on WordPress into pixel perfect websites that maintain a consistent, professional design.\",\"topic\":\"Dynamic Content\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-3.20.gif\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/youtu.be\\/QSpCwj5dl5g?si=OpSNnnIyqCSOPzTF\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dynamic-content\\/\"},{\"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\":\"element-manager-permissions-3.19\",\"title\":\"Streamline Collaboration by Setting Permissions to Widgets in the Element Manager\",\"description\":\"Customize the widgets displayed in the Widget Panel for each user based on their assigned roles.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/element-manager-role-permissions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-manager-permissions-3.19\",\"title\":\"Streamline Collaboration by Setting Permissions to Widgets in the Element Manager\",\"description\":\"Customize the widgets displayed in the Widget Panel for each user based on their assigned roles.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/element-manager-role-permissions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-manager-permission\\/\"},{\"id\":\"akismet-3.19\",\"title\":\"Protect Forms From Spam by Seamlessly Integrating Akismet Spam Filter\",\"description\":\"Akismet works in the background, using AI technology to detect spam with 99.9 percent accuracy without any additional interactions required by your visitors.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/akismet-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"akismet-3.19\",\"title\":\"Protect Forms From Spam by Seamlessly Integrating Akismet Spam Filter\",\"description\":\"Akismet works in the background, using AI technology to detect spam with 99.9 percent accuracy without any additional interactions required by your visitors.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/akismet-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-akismet\\/\"},{\"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\":\"ai-variations-in-template-library-3.19\",\"title\":\"Inspire Your Creation with Web-Based Container Generation\",\"description\":\"Use a URL address to generate containers based on a reference from the open web.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-variations-in-template-library-3.19.png\",\"chipPlan\":\"Elementor AI\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Get Elementor AI\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"ai-variations-in-template-library-3.19\",\"title\":\"Inspire Your Creation with Web-Based Container Generation\",\"description\":\"Use a URL address to generate containers based on a reference from the open web.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-variations-in-template-library-3.19.png\",\"chipPlan\":\"Elementor AI\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"taxonomy-filter-multi-select-3.18\",\"title\":\"Enhance the Visitor Experience of Listings with Taxonomy Filter Multi-Select Capabilities\",\"description\":\"Help visitors find the products and posts they\'re looking for by filter listings based on multiple categories or tags from the same taxonomy filter.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/taxonomy-filter-multi-select-3.18.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-318-element-manager-multi-selection-taxonomy-filter\\/#:~:text=%5BPro%5D%20Enhanced%20Taxonomy%20Filter%20with%20Multi%2DSelection\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"taxonomy-filter-multi-select-3.18\",\"title\":\"Enhance the Visitor Experience of Listings with Taxonomy Filter Multi-Select Capabilities\",\"description\":\"Help visitors find the products and posts they\'re looking for by filter listings based on multiple categories or tags from the same taxonomy filter.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/taxonomy-filter-multi-select-3.18.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-318-element-manager-multi-selection-taxonomy-filter\\/#:~:text=%5BPro%5D%20Enhanced%20Taxonomy%20Filter%20with%20Multi%2DSelection\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-filter\\/\"}]\";}', 'no'),
(425, 'elementor_validate_stripe_api_live_secret_key_button', '', 'yes'),
(461, 'elementor_clear_cache', '', 'yes'),
(462, 'elementor_reset_api_data', '', 'yes'),
(463, 'elementor_safe_mode', '', 'yes'),
(464, 'elementor_enable_inspector', 'enable', 'yes'),
(465, 'elementor_replace_url', '', 'yes'),
(466, 'elementor_rollback', '', 'yes'),
(467, 'elementor_rollback_pro_separator', '', 'yes'),
(468, 'elementor_rollback_pro', '', 'yes'),
(469, 'elementor_beta', 'no', 'yes'),
(470, 'elementor_maintenance_mode_mode', '', 'yes'),
(471, 'elementor_maintenance_mode_exclude_mode', 'logged_in', 'yes'),
(472, 'elementor_maintenance_mode_exclude_roles', 'a:0:{}', 'yes'),
(473, 'elementor_maintenance_mode_template_id', '', 'yes'),
(221, 'elementor_connect_site_key', 'aa0fa2908900482a281a772bce1805b4', 'yes'),
(434, 'elementor_experiment-container_grid', 'default', 'yes'),
(435, 'elementor_experiment-editor_v2', 'default', 'yes'),
(436, 'elementor_experiment-landing-pages', 'default', 'yes'),
(437, 'elementor_experiment-nested-elements', 'default', 'yes'),
(438, 'elementor_experiment-e_lazyload', 'default', 'yes'),
(439, 'elementor_experiment-display-conditions', 'default', 'yes'),
(440, 'elementor_experiment-mega-menu', 'default', 'yes'),
(441, 'elementor_experiment-taxonomy-filter', 'default', 'yes'),
(442, 'elementor_experiment-e_optimized_assets_loading', 'default', 'yes'),
(443, 'elementor_experiment-e_optimized_css_loading', 'default', 'yes'),
(444, 'elementor_experiment-e_font_icon_svg', 'default', 'yes'),
(445, 'elementor_experiment-additional_custom_breakpoints', 'default', 'yes'),
(446, 'elementor_experiment-e_swiper_latest', 'default', 'yes'),
(447, 'elementor_experiment-theme_builder_v2', 'default', 'yes'),
(448, 'elementor_experiment-hello-theme-header-footer', 'default', 'yes'),
(449, 'elementor_experiment-block_editor_assets_optimize', 'default', 'yes'),
(450, 'elementor_experiment-ai-layout', 'default', 'yes'),
(451, 'elementor_experiment-e_image_loading_optimization', 'default', 'yes'),
(452, 'elementor_experiment-notes', 'default', 'yes'),
(453, 'elementor_experiment-form-submissions', 'default', 'yes'),
(224, 'elementor_allow_tracking', 'yes', 'yes'),
(225, 'elementor_tracker_last_send', '1781670693', 'yes'),
(426, 'elementor_stripe_legal_disclaimer', '', 'yes'),
(427, 'elementor_css_print_method', 'external', 'yes'),
(428, 'elementor_editor_break_lines', '1', 'yes'),
(429, 'elementor_unfiltered_files_upload', '1', 'yes'),
(430, 'elementor_google_font', '1', 'yes'),
(431, 'elementor_load_fa4_shim', 'yes', 'yes'),
(432, 'elementor_meta_generator_tag', '', 'yes'),
(433, 'elementor_experiment-container', 'default', 'yes'),
(404, 'elementor_disable_typography_schemes', '', 'yes'),
(405, 'elementor_google_maps_api_key', '', 'yes'),
(406, 'elementor_pro_recaptcha_site_key', '', 'yes'),
(407, 'elementor_pro_recaptcha_secret_key', '', 'yes'),
(391, 'https_migration_required', '1', 'yes');
INSERT INTO `wpld_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(577, '_elementor_assets_data', 'a:2:{s:3:\"css\";a:1:{s:7:\"widgets\";a:20:{s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:132:\"<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.20.4\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:5051:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.20.4\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:1379:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:9:\"image-box\";a:2:{s:7:\"content\";s:1425:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:11:\"star-rating\";a:2:{s:7:\"content\";s:2698:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n@charset \"UTF-8\";.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:\"\\e934\";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:flex;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:\"★\"}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:4:\"icon\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.20.4\";}s:7:\"counter\";a:2:{s:7:\"content\";s:549:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:8:\"carousel\";a:2:{s:7:\"content\";s:135:\"<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor-pro/assets/css/widget-carousel.min.css\">\";s:7:\"version\";s:6:\"3.20.2\";}s:13:\"share-buttons\";a:2:{s:7:\"content\";s:140:\"<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor-pro/assets/css/widget-share-buttons.min.css\">\";s:7:\"version\";s:6:\"3.20.2\";}s:7:\"divider\";a:2:{s:7:\"content\";s:4311:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:14:\"image-carousel\";a:2:{s:7:\"content\";s:555:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:8:\"icon-box\";a:2:{s:7:\"content\";s:131:\"<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\";s:7:\"version\";s:6:\"3.20.4\";}s:8:\"progress\";a:2:{s:7:\"content\";s:1222:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:6:\"toggle\";a:2:{s:7:\"content\";s:1553:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:4:\"tabs\";a:2:{s:7:\"content\";s:4164:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d5d8dc}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:var(--focus-outline,none)}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d5d8dc}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:\"\";position:absolute}.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible{border:1px solid #000}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{flex-direction:column}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{display:flex}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{justify-content:center}.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper{justify-content:flex-end}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title{width:100%}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title{height:100%}.elementor-tabs .elementor-tab-mobile-title{display:none}}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:11:\"google_maps\";a:2:{s:7:\"content\";s:247:\"<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>\";s:7:\"version\";s:6:\"3.20.4\";}s:9:\"countdown\";a:2:{s:7:\"content\";s:1296:\"<style>/*! elementor-pro - v3.20.0 - 26-03-2024 */\n.elementor-widget-countdown .elementor-countdown-expire--message{display:none;padding:20px;text-align:center}.elementor-widget-countdown .elementor-countdown-wrapper{flex-direction:row}.elementor-widget-countdown .elementor-countdown-item{padding:20px 0;text-align:center;color:#fff}.elementor-widget-countdown .elementor-countdown-digits,.elementor-widget-countdown .elementor-countdown-label{line-height:1}.elementor-widget-countdown .elementor-countdown-digits{font-size:69px}.elementor-widget-countdown .elementor-countdown-label{font-size:19px}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper{display:flex;justify-content:center;margin-right:auto;margin-left:auto}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label{display:block}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item{flex-basis:0;flex-grow:1}.elementor-widget-countdown.elementor-countdown--label-inline{text-align:center}.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item{display:inline-block;padding-left:5px;padding-right:5px}</style>\";s:7:\"version\";s:6:\"3.20.2\";}}}s:3:\"svg\";a:1:{s:9:\"font-icon\";a:26:{s:11:\"fas-map-pin\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:288;s:6:\"height\";i:512;s:4:\"path\";s:332:\"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\";s:3:\"key\";s:11:\"fas-map-pin\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fas-phone-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"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\";s:3:\"key\";s:13:\"fas-phone-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fas-envelope\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:464:\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\";s:3:\"key\";s:12:\"fas-envelope\";}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-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"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\";s:3:\"key\";s:13:\"fab-instagram\";}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:12:\"fab-linkedin\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:424:\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\";s:3:\"key\";s:12:\"fab-linkedin\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-facebook\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\";s:3:\"key\";s:12:\"fab-facebook\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"fab-google\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:488;s:6:\"height\";i:512;s:4:\"path\";s:247:\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\";s:3:\"key\";s:10:\"fab-google\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-pinterest\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:496;s:6:\"height\";i:512;s:4:\"path\";s:666:\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\";s:3:\"key\";s:13:\"fab-pinterest\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-whatsapp\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:886:\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\";s:3:\"key\";s:12:\"fab-whatsapp\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-minus\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:116:\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\";s:3:\"key\";s:9:\"fas-minus\";}s:7:\"version\";s:6:\"5.15.3\";}s:22:\"fas-arrow-circle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:322:\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\";s:3:\"key\";s:22:\"fas-arrow-circle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"far-user\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:441:\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\";s:3:\"key\";s:8:\"far-user\";}s:7:\"version\";s:6:\"5.15.3\";}s:24:\"fas-chevron-circle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:258:\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\";s:3:\"key\";s:24:\"fas-chevron-circle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-check\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:274:\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\";s:3:\"key\";s:9:\"fas-check\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-quote-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:371:\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\";s:3:\"key\";s:14:\"fas-quote-left\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-award\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"path\";s:1442:\"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\";s:3:\"key\";s:9:\"fas-award\";}s:7:\"version\";s:6:\"5.15.3\";}s:20:\"fas-hand-holding-usd\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:997:\"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\";s:3:\"key\";s:20:\"fas-hand-holding-usd\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fas-heartbeat\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:406:\"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\";s:3:\"key\";s:13:\"fas-heartbeat\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-angle-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:190:\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\";s:3:\"key\";s:14:\"fas-angle-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fas-angle-up\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:189:\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\";s:3:\"key\";s:12:\"fas-angle-up\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-file-invoice\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"path\";s:598:\"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\";s:3:\"key\";s:16:\"fas-file-invoice\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"fas-map-marker-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"path\";s:244:\"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\";s:3:\"key\";s:18:\"fas-map-marker-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:22:\"fas-envelope-open-text\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:756:\"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\";s:3:\"key\";s:22:\"fas-envelope-open-text\";}s:7:\"version\";s:6:\"5.15.3\";}}}}', 'yes'),
(474, 'elementor_font_awesome_pro_kit_id', '', 'yes'),
(422, 'elementor_pro_stripe_test_secret_key', '', 'yes'),
(423, 'elementor_validate_stripe_api_test_secret_key_button', '', 'yes'),
(424, 'elementor_pro_stripe_live_secret_key', '', 'yes'),
(401, '_elementor_settings_update_time', '1712746701', 'yes'),
(402, 'elementor_cpt_support', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'yes'),
(403, 'elementor_disable_color_schemes', '', 'yes'),
(408, 'elementor_pro_recaptcha_v3_site_key', '', 'yes'),
(409, 'elementor_pro_recaptcha_v3_secret_key', '', 'yes'),
(410, 'elementor_pro_recaptcha_v3_threshold', '0.5', 'yes'),
(411, 'elementor_pro_facebook_app_id', '', 'yes'),
(412, 'elementor_pro_mailchimp_api_key', '', 'yes'),
(413, 'elementor_validate_api_data', '', 'yes'),
(414, 'elementor_pro_drip_api_token', '', 'yes'),
(415, 'elementor_pro_activecampaign_api_key', '', 'yes'),
(416, 'elementor_pro_activecampaign_api_url', '', 'yes'),
(417, 'elementor_pro_getresponse_api_key', '', 'yes'),
(418, 'elementor_pro_convertkit_api_key', '', 'yes'),
(419, 'elementor_pro_mailerlite_api_key', '', 'yes'),
(420, 'elementor_typekit-kit-id', '', 'yes'),
(311, 'https_detection_errors', 'a:0:{}', 'off'),
(312, '_transient_health-check-site-status-result', '{\"good\":20,\"recommended\":2,\"critical\":4}', 'yes');
INSERT INTO `wpld_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(561, 'elementor_controls_usage', 'a:9:{s:7:\"section\";a:18:{s:9:\"icon-list\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:5;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:5;}s:18:\"section_icon_style\";a:4:{s:11:\"text_indent\";i:3;s:9:\"icon_size\";i:2;s:10:\"icon_color\";i:2;s:15:\"icon_self_align\";i:1;}s:18:\"section_text_style\";a:3:{s:27:\"icon_typography_line_height\";i:3;s:28:\"icon_typography_word_spacing\";i:2;s:10:\"text_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:11;s:10:\"icon_align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:20:{s:16:\"background_color\";i:7;s:12:\"text_padding\";i:6;s:15:\"hover_animation\";i:6;s:17:\"button_text_color\";i:5;s:5:\"align\";i:5;s:12:\"border_width\";i:5;s:12:\"border_color\";i:4;s:13:\"border_radius\";i:5;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:22:\"typography_line_height\";i:4;s:23:\"typography_word_spacing\";i:3;s:11:\"hover_color\";i:4;s:25:\"button_hover_border_color\";i:3;s:29:\"button_background_hover_color\";i:2;s:12:\"align_mobile\";i:2;s:13:\"border_border\";i:1;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:10;s:14:\"_element_width\";i:4;s:21:\"_element_width_mobile\";i:2;}s:15:\"section_effects\";a:3:{s:18:\"animation_duration\";i:5;s:10:\"_animation\";i:5;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:104;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:104;s:16:\"content_position\";i:28;s:5:\"align\";i:18;s:21:\"space_between_widgets\";i:13;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:6:{s:13:\"border_border\";i:5;s:12:\"border_width\";i:6;s:12:\"border_color\";i:3;s:13:\"border_radius\";i:3;s:21:\"box_shadow_box_shadow\";i:16;s:26:\"box_shadow_box_shadow_type\";i:14;}s:13:\"section_style\";a:10:{s:21:\"background_background\";i:26;s:16:\"background_color\";i:1;s:16:\"background_image\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:19:\"background_position\";i:2;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_image\";i:1;s:18:\"overlay_blend_mode\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:28;s:6:\"margin\";i:56;s:7:\"z_index\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_mobile\";i:3;s:11:\"hide_tablet\";i:1;}s:15:\"section_effects\";a:3:{s:18:\"animation_duration\";i:13;s:9:\"animation\";i:10;s:15:\"animation_delay\";i:10;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:6;s:5:\"shape\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:8:{s:10:\"icon_color\";i:6;s:9:\"icon_size\";i:6;s:12:\"icon_padding\";i:2;s:12:\"icon_spacing\";i:2;s:18:\"icon_primary_color\";i:5;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:13:\"border_radius\";i:1;}s:20:\"section_social_hover\";a:2:{s:15:\"hover_animation\";i:1;s:18:\"hover_border_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:4;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:58;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:33;}s:14:\"section_layout\";a:7:{s:16:\"content_position\";i:10;s:13:\"content_width\";i:17;s:3:\"gap\";i:43;s:6:\"height\";i:2;s:6:\"layout\";i:3;s:13:\"custom_height\";i:3;s:6:\"_title\";i:9;}}s:5:\"style\";a:4:{s:14:\"section_border\";a:6:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:6;s:12:\"border_color\";i:5;s:21:\"box_shadow_box_shadow\";i:4;s:13:\"border_radius\";i:3;s:26:\"box_shadow_box_shadow_type\";i:2;}s:18:\"section_background\";a:15:{s:21:\"background_background\";i:21;s:18:\"background_color_b\";i:5;s:21:\"background_color_stop\";i:3;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:2;s:16:\"background_image\";i:5;s:19:\"background_position\";i:5;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:5;s:15:\"background_ypos\";i:1;s:19:\"background_bg_width\";i:1;s:36:\"background_slideshow_background_size\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:16:\"background_color\";i:4;}s:21:\"section_shape_divider\";a:4:{s:23:\"shape_divider_top_color\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}s:26:\"section_background_overlay\";a:14:{s:27:\"background_overlay_position\";i:7;s:25:\"background_overlay_repeat\";i:5;s:23:\"background_overlay_size\";i:7;s:26:\"background_overlay_opacity\";i:14;s:29:\"background_overlay_background\";i:11;s:23:\"background_overlay_xpos\";i:2;s:23:\"background_overlay_ypos\";i:2;s:29:\"background_overlay_color_stop\";i:4;s:26:\"background_overlay_color_b\";i:3;s:31:\"background_overlay_color_b_stop\";i:4;s:33:\"background_overlay_gradient_angle\";i:4;s:24:\"background_overlay_color\";i:5;s:24:\"background_overlay_image\";i:3;s:18:\"overlay_blend_mode\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:7:\"z_index\";i:3;s:7:\"padding\";i:24;s:6:\"margin\";i:34;}s:19:\"_section_responsive\";a:4:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:20:\"reverse_order_tablet\";i:4;s:20:\"reverse_order_mobile\";i:5;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:19;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:19;s:10:\"image_size\";i:4;s:7:\"link_to\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:9:{s:5:\"align\";i:2;s:5:\"width\";i:2;s:5:\"space\";i:1;s:6:\"height\";i:1;s:10:\"object-fit\";i:1;s:28:\"css_filters_hover_css_filter\";i:10;s:28:\"css_filters_hover_brightness\";i:10;s:27:\"background_hover_transition\";i:10;s:15:\"hover_animation\";i:10;}s:21:\"section_style_caption\";a:2:{s:30:\"caption_typography_line_height\";i:5;s:31:\"caption_typography_word_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:12;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:4:{s:8:\"position\";i:4;s:10:\"text_align\";i:1;s:26:\"content_vertical_alignment\";i:4;s:18:\"title_bottom_space\";i:4;}s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:4;s:13:\"primary_color\";i:1;}s:21:\"section_style_content\";a:4:{s:17:\"description_color\";i:1;s:11:\"title_color\";i:1;s:34:\"description_typography_line_height\";i:3;s:35:\"description_typography_word_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:32;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:32;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:24;s:8:\"_padding\";i:4;s:14:\"_element_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:8:{s:22:\"typography_line_height\";i:16;s:23:\"typography_word_spacing\";i:6;s:5:\"align\";i:13;s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:2;s:20:\"typography_font_size\";i:2;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:15;s:32:\"drop_cap_typography_word_spacing\";i:5;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:37;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:37;s:11:\"header_size\";i:17;s:4:\"link\";i:4;}}s:8:\"advanced\";a:3:{s:19:\"_section_background\";a:2:{s:17:\"_background_color\";i:9;s:22:\"_background_background\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_radius\";i:9;s:13:\"_border_color\";i:3;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:7;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:5:\"align\";i:13;s:11:\"title_color\";i:8;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:23:\"typography_word_spacing\";i:7;s:28:\"text_stroke_text_stroke_type\";i:4;s:23:\"text_stroke_text_stroke\";i:4;s:24:\"text_stroke_stroke_color\";i:4;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:13;s:4:\"view\";i:6;s:5:\"shape\";i:6;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:5:\"align\";i:13;s:4:\"size\";i:9;s:15:\"hover_animation\";i:6;s:12:\"icon_padding\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:13;s:7:\"_margin\";i:3;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"align\";i:1;s:4:\"text\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_text_style\";a:1:{s:22:\"typography_line_height\";i:1;}s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:9:\"image-box\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_style_box\";a:3:{s:8:\"position\";i:1;s:11:\"image_space\";i:1;s:18:\"title_bottom_space\";i:1;}s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:1;s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_mobile\";i:1;}}}}s:11:\"star-rating\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_rating\";a:1:{s:12:\"align_mobile\";i:1;}}}}s:7:\"counter\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:2;s:6:\"suffix\";i:2;s:5:\"title\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:2;s:28:\"typography_number_typography\";i:2;s:29:\"typography_number_font_family\";i:2;s:27:\"typography_number_font_size\";i:2;s:29:\"typography_number_font_weight\";i:2;s:29:\"typography_number_line_height\";i:2;s:30:\"typography_number_word_spacing\";i:2;}s:13:\"section_title\";a:6:{s:27:\"typography_title_typography\";i:2;s:28:\"typography_title_font_family\";i:2;s:26:\"typography_title_font_size\";i:2;s:28:\"typography_title_font_weight\";i:2;s:28:\"typography_title_line_height\";i:2;s:29:\"typography_title_word_spacing\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:21:\"_element_custom_width\";i:2;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:2;}}}}s:14:\"image-carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:6:{s:14:\"thumbnail_size\";i:1;s:26:\"thumbnail_custom_dimension\";i:1;s:14:\"slides_to_show\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:20:\"testimonial-carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:6:{s:6:\"slides\";i:1;s:6:\"layout\";i:1;s:9:\"alignment\";i:1;s:22:\"slides_per_view_tablet\";i:1;s:16:\"alignment_mobile\";i:1;s:22:\"slides_per_view_mobile\";i:1;}s:26:\"section_additional_options\";a:2:{s:11:\"show_arrows\";i:1;s:10:\"pagination\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_slides_style\";a:2:{s:13:\"space_between\";i:1;s:13:\"slide_padding\";i:1;}s:21:\"section_content_style\";a:1:{s:11:\"content_gap\";i:1;}s:19:\"section_image_style\";a:4:{s:10:\"image_size\";i:1;s:12:\"image_border\";i:1;s:18:\"image_border_width\";i:1;s:19:\"image_border_radius\";i:1;}s:18:\"section_navigation\";a:1:{s:15:\"pagination_size\";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:7:{s:22:\"classic_posts_per_page\";i:1;s:27:\"classic_thumbnail_size_size\";i:1;s:18:\"classic_item_ratio\";i:1;s:17:\"classic_title_tag\";i:1;s:22:\"classic_excerpt_length\";i:1;s:22:\"classic_meta_separator\";i:1;s:22:\"classic_read_more_text\";i:1;}}s:5:\"style\";a:3:{s:29:\"classic_section_design_layout\";a:1:{s:18:\"classic_column_gap\";i:1;}s:28:\"classic_section_design_image\";a:1:{s:21:\"classic_image_spacing\";i:1;}s:30:\"classic_section_design_content\";a:1:{s:21:\"classic_title_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}s:4:\"page\";a:23:{s:7:\"heading\";a:2:{s:5:\"count\";i:123;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:123;s:11:\"header_size\";i:59;s:4:\"link\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:5:\"align\";i:75;s:22:\"typography_line_height\";i:37;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:39;s:20:\"typography_font_size\";i:45;s:22:\"typography_font_weight\";i:43;s:23:\"typography_word_spacing\";i:14;s:11:\"title_color\";i:17;s:25:\"typography_text_transform\";i:29;s:28:\"text_stroke_text_stroke_type\";i:8;s:23:\"text_stroke_text_stroke\";i:8;s:24:\"text_stroke_stroke_color\";i:8;}}s:8:\"advanced\";a:3:{s:19:\"_section_background\";a:2:{s:17:\"_background_color\";i:16;s:22:\"_background_background\";i:8;}s:15:\"_section_border\";a:2:{s:14:\"_border_radius\";i:15;s:13:\"_border_color\";i:4;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:30;s:14:\"_element_width\";i:8;s:8:\"_padding\";i:9;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:23;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:8;s:9:\"icon_list\";i:23;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:22;s:10:\"icon_align\";i:9;s:7:\"divider\";i:2;s:13:\"divider_color\";i:2;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:4:{s:10:\"icon_color\";i:13;s:9:\"icon_size\";i:8;s:15:\"icon_self_align\";i:2;s:11:\"text_indent\";i:7;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:5;s:27:\"icon_typography_line_height\";i:7;s:28:\"icon_typography_word_spacing\";i:6;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:7;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:254;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:253;s:5:\"align\";i:44;s:16:\"content_position\";i:41;s:21:\"space_between_widgets\";i:37;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:144;s:7:\"padding\";i:80;s:7:\"z_index\";i:1;}s:15:\"section_effects\";a:3:{s:18:\"animation_duration\";i:14;s:9:\"animation\";i:10;s:15:\"animation_delay\";i:10;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:15;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:12:{s:21:\"background_background\";i:76;s:21:\"background_color_stop\";i:2;s:18:\"background_color_b\";i:2;s:23:\"background_color_b_stop\";i:2;s:16:\"background_image\";i:6;s:19:\"background_position\";i:23;s:17:\"background_repeat\";i:24;s:15:\"background_size\";i:24;s:15:\"background_xpos\";i:18;s:16:\"background_color\";i:6;s:15:\"background_ypos\";i:15;s:19:\"background_bg_width\";i:15;}s:26:\"section_background_overlay\";a:12:{s:29:\"background_overlay_background\";i:6;s:27:\"background_overlay_position\";i:4;s:25:\"background_overlay_repeat\";i:4;s:23:\"background_overlay_size\";i:4;s:26:\"background_overlay_opacity\";i:6;s:24:\"background_overlay_image\";i:2;s:18:\"overlay_blend_mode\";i:2;s:24:\"background_overlay_color\";i:2;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;}s:14:\"section_border\";a:6:{s:13:\"border_radius\";i:10;s:26:\"box_shadow_box_shadow_type\";i:36;s:21:\"box_shadow_box_shadow\";i:40;s:12:\"border_width\";i:15;s:12:\"border_color\";i:6;s:13:\"border_border\";i:8;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:150;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:46;s:16:\"background_image\";i:26;s:19:\"background_position\";i:27;s:15:\"background_size\";i:26;s:15:\"background_ypos\";i:9;s:21:\"background_color_stop\";i:7;s:23:\"background_color_b_stop\";i:6;s:25:\"background_gradient_angle\";i:6;s:18:\"background_color_b\";i:8;s:16:\"background_color\";i:8;s:17:\"background_repeat\";i:20;s:15:\"background_xpos\";i:17;s:21:\"background_attachment\";i:2;}s:26:\"section_background_overlay\";a:19:{s:29:\"background_overlay_background\";i:37;s:27:\"background_overlay_position\";i:17;s:23:\"background_overlay_xpos\";i:7;s:23:\"background_overlay_ypos\";i:7;s:23:\"background_overlay_size\";i:12;s:26:\"background_overlay_opacity\";i:40;s:25:\"background_overlay_repeat\";i:11;s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:24:\"background_overlay_image\";i:18;s:18:\"overlay_blend_mode\";i:1;s:24:\"background_overlay_color\";i:16;s:26:\"background_overlay_color_b\";i:2;s:29:\"background_overlay_color_stop\";i:16;s:31:\"background_overlay_color_b_stop\";i:16;s:33:\"background_overlay_gradient_angle\";i:16;s:36:\"background_overlay_gradient_position\";i:15;s:27:\"background_overlay_bg_width\";i:1;}s:14:\"section_border\";a:6:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;s:13:\"border_radius\";i:6;s:21:\"box_shadow_box_shadow\";i:5;s:26:\"box_shadow_box_shadow_type\";i:3;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:83;s:7:\"padding\";i:76;s:7:\"z_index\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:12;s:20:\"reverse_order_mobile\";i:12;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:13:\"content_width\";i:34;s:3:\"gap\";i:113;s:16:\"content_position\";i:30;s:6:\"layout\";i:6;s:6:\"_title\";i:35;s:6:\"height\";i:16;s:13:\"custom_height\";i:2;s:8:\"overflow\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:81;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:58;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:58;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:8:{s:5:\"align\";i:20;s:22:\"typography_line_height\";i:29;s:10:\"text_color\";i:12;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:11;s:20:\"typography_font_size\";i:11;s:22:\"typography_font_weight\";i:11;s:23:\"typography_word_spacing\";i:15;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:23;s:32:\"drop_cap_typography_word_spacing\";i:15;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:7;s:7:\"_margin\";i:40;s:21:\"_element_custom_width\";i:2;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:14;s:4:\"link\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:20:{s:13:\"border_radius\";i:7;s:12:\"text_padding\";i:7;s:5:\"align\";i:12;s:15:\"hover_animation\";i:7;s:12:\"border_width\";i:12;s:12:\"border_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:12;s:23:\"typography_word_spacing\";i:7;s:17:\"button_text_color\";i:7;s:16:\"background_color\";i:7;s:29:\"button_background_hover_color\";i:7;s:25:\"button_hover_border_color\";i:12;s:11:\"hover_color\";i:3;s:12:\"align_tablet\";i:2;s:25:\"typography_text_transform\";i:5;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:10;}s:15:\"section_effects\";a:2:{s:18:\"animation_duration\";i:7;s:10:\"_animation\";i:7;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:39;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:39;s:10:\"image_size\";i:8;s:22:\"image_custom_dimension\";i:4;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:11:{s:19:\"image_border_radius\";i:4;s:7:\"opacity\";i:1;s:6:\"height\";i:3;s:10:\"object-fit\";i:3;s:28:\"css_filters_hover_css_filter\";i:18;s:28:\"css_filters_hover_brightness\";i:18;s:27:\"background_hover_transition\";i:18;s:15:\"hover_animation\";i:18;s:5:\"width\";i:4;s:19:\"image_border_border\";i:6;s:18:\"image_border_width\";i:6;}s:21:\"section_style_caption\";a:2:{s:30:\"caption_typography_line_height\";i:9;s:31:\"caption_typography_word_spacing\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:21;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:19;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:19;s:4:\"view\";i:7;s:5:\"shape\";i:6;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:5:{s:4:\"size\";i:10;s:5:\"align\";i:14;s:15:\"hover_animation\";i:6;s:12:\"icon_padding\";i:6;s:15:\"secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:14:\"_element_width\";i:18;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:4:\"text\";i:6;s:5:\"width\";i:4;s:5:\"align\";i:2;s:4:\"look\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:3:{s:3:\"gap\";i:5;s:5:\"color\";i:2;s:6:\"weight\";i:3;}s:18:\"section_text_style\";a:2:{s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:16;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:8:{s:16:\"social_icon_list\";i:16;s:5:\"shape\";i:2;s:5:\"align\";i:4;s:14:\"columns_mobile\";i:1;s:12:\"align_mobile\";i:2;s:12:\"align_tablet\";i:2;s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:9:{s:9:\"icon_size\";i:16;s:12:\"icon_padding\";i:4;s:12:\"icon_spacing\";i:3;s:10:\"icon_color\";i:16;s:13:\"border_radius\";i:3;s:18:\"icon_primary_color\";i:14;s:19:\"image_border_border\";i:2;s:18:\"image_border_width\";i:2;s:18:\"image_border_color\";i:1;}s:20:\"section_social_hover\";a:4:{s:19:\"hover_primary_color\";i:2;s:15:\"hover_animation\";i:1;s:21:\"hover_secondary_color\";i:1;s:18:\"hover_border_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:13;s:8:\"_padding\";i:13;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:12;}}}}s:11:\"google_maps\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:2;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}s:9:\"image-box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_style_box\";a:3:{s:8:\"position\";i:2;s:11:\"image_space\";i:2;s:18:\"title_bottom_space\";i:2;}s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:2;s:19:\"image_border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_mobile\";i:1;}}}}s:11:\"star-rating\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_rating\";a:1:{s:12:\"align_mobile\";i:1;}}}}s:14:\"image-carousel\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:8:{s:14:\"thumbnail_size\";i:3;s:26:\"thumbnail_custom_dimension\";i:1;s:14:\"slides_to_show\";i:3;s:10:\"navigation\";i:3;s:21:\"slides_to_show_tablet\";i:2;s:21:\"slides_to_show_mobile\";i:2;s:8:\"carousel\";i:1;s:16:\"slides_to_scroll\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_style_image\";a:2:{s:13:\"image_spacing\";i:3;s:20:\"image_spacing_custom\";i:2;}s:24:\"section_style_navigation\";a:1:{s:9:\"dots_size\";i:1;}s:15:\"section_caption\";a:2:{s:30:\"caption_typography_line_height\";i:1;s:31:\"caption_typography_word_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:20:\"testimonial-carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:6:{s:6:\"slides\";i:1;s:6:\"layout\";i:1;s:9:\"alignment\";i:1;s:22:\"slides_per_view_tablet\";i:1;s:16:\"alignment_mobile\";i:1;s:22:\"slides_per_view_mobile\";i:1;}s:26:\"section_additional_options\";a:2:{s:11:\"show_arrows\";i:1;s:10:\"pagination\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_slides_style\";a:2:{s:13:\"space_between\";i:1;s:13:\"slide_padding\";i:1;}s:21:\"section_content_style\";a:1:{s:11:\"content_gap\";i:1;}s:19:\"section_image_style\";a:4:{s:10:\"image_size\";i:1;s:12:\"image_border\";i:1;s:18:\"image_border_width\";i:1;s:19:\"image_border_radius\";i:1;}s:18:\"section_navigation\";a:1:{s:15:\"pagination_size\";i:1;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:4:{s:11:\"form_fields\";i:4;s:10:\"input_size\";i:3;s:11:\"show_labels\";i:4;s:9:\"form_name\";i:1;}s:15:\"section_buttons\";a:3:{s:11:\"button_text\";i:4;s:12:\"button_align\";i:1;s:12:\"button_width\";i:1;}s:20:\"section_form_options\";a:3:{s:15:\"success_message\";i:4;s:13:\"error_message\";i:4;s:15:\"invalid_message\";i:4;}}s:5:\"style\";a:5:{s:18:\"section_form_style\";a:14:{s:10:\"column_gap\";i:3;s:7:\"row_gap\";i:4;s:13:\"label_spacing\";i:3;s:28:\"label_typography_font_family\";i:3;s:26:\"label_typography_font_size\";i:3;s:28:\"label_typography_font_weight\";i:3;s:31:\"label_typography_text_transform\";i:3;s:12:\"html_spacing\";i:3;s:27:\"html_typography_font_family\";i:3;s:25:\"html_typography_font_size\";i:3;s:28:\"label_typography_line_height\";i:1;s:29:\"label_typography_word_spacing\";i:1;s:27:\"html_typography_line_height\";i:1;s:28:\"html_typography_word_spacing\";i:1;}s:19:\"section_field_style\";a:7:{s:28:\"field_typography_font_family\";i:3;s:26:\"field_typography_font_size\";i:3;s:28:\"field_typography_font_weight\";i:3;s:22:\"field_background_color\";i:3;s:18:\"field_border_width\";i:3;s:28:\"field_typography_line_height\";i:1;s:29:\"field_typography_word_spacing\";i:1;}s:20:\"section_button_style\";a:13:{s:29:\"button_typography_font_family\";i:3;s:27:\"button_typography_font_size\";i:3;s:29:\"button_typography_font_weight\";i:3;s:32:\"button_typography_text_transform\";i:3;s:29:\"button_typography_line_height\";i:3;s:20:\"button_border_radius\";i:1;s:17:\"button_text_color\";i:3;s:26:\"previous_button_text_color\";i:1;s:18:\"button_hover_color\";i:3;s:30:\"button_typography_word_spacing\";i:1;s:19:\"button_border_width\";i:2;s:29:\"button_background_hover_color\";i:2;s:25:\"button_hover_border_color\";i:2;}s:22:\"section_messages_style\";a:5:{s:30:\"message_typography_line_height\";i:1;s:31:\"message_typography_word_spacing\";i:1;s:21:\"success_message_color\";i:2;s:19:\"error_message_color\";i:2;s:20:\"inline_message_color\";i:2;}s:19:\"section_steps_style\";a:4:{s:28:\"steps_typography_line_height\";i:1;s:29:\"steps_typography_word_spacing\";i:1;s:52:\"step_progress_bar_percentage__typography_line_height\";i:1;s:53:\"step_progress_bar_percentage__typography_word_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:12;s:4:\"view\";i:6;s:10:\"title_text\";i:12;s:16:\"description_text\";i:12;s:10:\"title_size\";i:11;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:5:{s:8:\"position\";i:10;s:10:\"icon_space\";i:9;s:26:\"content_vertical_alignment\";i:8;s:18:\"title_bottom_space\";i:12;s:10:\"text_align\";i:5;}s:18:\"section_style_icon\";a:5:{s:9:\"icon_size\";i:9;s:13:\"primary_color\";i:3;s:12:\"icon_padding\";i:3;s:12:\"border_width\";i:3;s:15:\"secondary_color\";i:3;}s:21:\"section_style_content\";a:14:{s:11:\"title_color\";i:2;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:31:\"title_typography_text_transform\";i:2;s:28:\"title_typography_line_height\";i:5;s:17:\"description_color\";i:1;s:34:\"description_typography_font_weight\";i:8;s:33:\"description_typography_font_style\";i:1;s:29:\"title_typography_word_spacing\";i:4;s:34:\"description_typography_line_height\";i:8;s:35:\"description_typography_word_spacing\";i:4;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:4;s:7:\"_margin\";i:6;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:1;}}}}s:8:\"progress\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_progress\";a:3:{s:5:\"title\";i:3;s:7:\"percent\";i:3;s:10:\"inner_text\";i:3;}}s:5:\"style\";a:2:{s:22:\"section_progress_style\";a:1:{s:10:\"bar_height\";i:3;}s:13:\"section_title\";a:2:{s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:3;}}}}s:6:\"toggle\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:5:{s:4:\"tabs\";i:3;s:13:\"selected_icon\";i:3;s:20:\"selected_active_icon\";i:3;s:10:\"faq_schema\";i:3;s:14:\"title_html_tag\";i:3;}}s:5:\"style\";a:4:{s:20:\"section_toggle_style\";a:4:{s:12:\"border_width\";i:3;s:13:\"space_between\";i:3;s:26:\"box_shadow_box_shadow_type\";i:3;s:21:\"box_shadow_box_shadow\";i:3;}s:26:\"section_toggle_style_title\";a:3:{s:16:\"title_background\";i:1;s:13:\"title_padding\";i:3;s:11:\"title_color\";i:3;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:3;}s:28:\"section_toggle_style_content\";a:2:{s:15:\"content_padding\";i:3;s:24:\"content_background_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:4:\"tabs\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_tabs\";a:1:{s:4:\"tabs\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_tabs_style\";a:3:{s:12:\"border_color\";i:1;s:16:\"background_color\";i:1;s:9:\"tab_color\";i:1;}}}}s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}s:9:\"countdown\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:17:\"section_box_style\";a:4:{s:15:\"container_width\";i:1;s:11:\"box_spacing\";i:1;s:16:\"box_border_width\";i:1;s:11:\"box_padding\";i:1;}}s:7:\"content\";a:1:{s:17:\"section_countdown\";a:4:{s:8:\"due_date\";i:1;s:14:\"countdown_type\";i:1;s:23:\"evergreen_counter_hours\";i:1;s:14:\"expire_actions\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}s:7:\"wp-page\";a:1:{s:9:\"container\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:1:{s:14:\"flex_direction\";i:1;}}}}}s:6:\"header\";a:4:{s:15:\"theme-site-logo\";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:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:3;s:16:\"content_position\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:5:{s:11:\"align_items\";i:1;s:10:\"full_width\";i:1;s:10:\"text_align\";i:1;s:12:\"toggle_align\";i:1;s:7:\"pointer\";i:1;}}s:5:\"style\";a:2:{s:23:\"section_style_main-menu\";a:7:{s:13:\"pointer_width\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:18:\"menu_space_between\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:21:\"color_menu_item_hover\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;s:26:\"padding_vertical_menu_item\";i:1;}s:22:\"section_style_dropdown\";a:8:{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:21:\"dropdown_top_distance\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_color\";i:1;s:22:\"dropdown_divider_width\";i:1;s:19:\"color_dropdown_item\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:6:\"_title\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:7:\"z_index\";i:1;}}}}}s:6:\"footer\";a:8:{s:7:\"heading\";a:2:{s:5:\"count\";i:4;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:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:4;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:6:{s:5:\"align\";i:4;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:10:\"text_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:3:{s:13:\"_border_width\";i:2;s:13:\"_border_color\";i:2;s:14:\"_border_border\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:9;s:16:\"content_position\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:2:{s:11:\"form_fields\";i:1;s:11:\"show_labels\";i:1;}s:15:\"section_buttons\";a:2:{s:12:\"button_width\";i:1;s:11:\"button_text\";i:1;}s:20:\"section_form_options\";a:3:{s:15:\"success_message\";i:1;s:13:\"error_message\";i:1;s:15:\"invalid_message\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:4;s:6:\"_title\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{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:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;}}}}s:15:\"theme-site-logo\";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:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:3;s:17:\"icon_align_mobile\";i:3;s:10:\"icon_align\";i:3;s:13:\"divider_color\";i:3;}s:18:\"section_icon_style\";a:4:{s:10:\"icon_color\";i:3;s:16:\"icon_color_hover\";i:2;s:11:\"text_indent\";i:3;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:1:{s:16:\"text_color_hover\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:8:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;s:12:\"icon_padding\";i:1;s:13:\"border_radius\";i:1;s:18:\"icon_primary_color\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;}s:20:\"section_social_hover\";a:3:{s:21:\"hover_secondary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:18:\"hover_border_color\";i:1;}}}}}s:7:\"archive\";a:8:{s:19:\"theme-archive-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:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:5:\"align\";i:3;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:3;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:3;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:5;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:6;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:13:\"archive-posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:16:{s:23:\"archive_classic_columns\";i:1;s:35:\"archive_classic_thumbnail_size_size\";i:1;s:26:\"archive_classic_item_ratio\";i:1;s:30:\"archive_classic_meta_separator\";i:1;s:30:\"archive_classic_read_more_text\";i:1;s:28:\"archive_cards_read_more_text\";i:1;s:30:\"archive_classic_excerpt_length\";i:1;s:25:\"archive_classic_meta_data\";i:1;s:25:\"archive_classic_title_tag\";i:1;s:21:\"archive_cards_columns\";i:1;s:33:\"archive_cards_thumbnail_size_size\";i:1;s:24:\"archive_cards_item_ratio\";i:1;s:23:\"archive_cards_title_tag\";i:1;s:28:\"archive_cards_excerpt_length\";i:1;s:23:\"archive_cards_meta_data\";i:1;s:25:\"archive_cards_show_avatar\";i:1;}s:18:\"section_pagination\";a:1:{s:21:\"pagination_page_limit\";i:1;}s:16:\"section_advanced\";a:1:{s:21:\"nothing_found_message\";i:1;}}s:5:\"style\";a:8:{s:37:\"archive_classic_section_design_layout\";a:2:{s:26:\"archive_classic_column_gap\";i:1;s:23:\"archive_classic_row_gap\";i:1;}s:36:\"archive_classic_section_design_image\";a:1:{s:29:\"archive_classic_image_spacing\";i:1;}s:38:\"archive_classic_section_design_content\";a:7:{s:29:\"archive_classic_title_spacing\";i:1;s:31:\"archive_classic_excerpt_spacing\";i:1;s:27:\"archive_classic_title_color\";i:1;s:29:\"archive_classic_excerpt_color\";i:1;s:31:\"archive_classic_read_more_color\";i:1;s:26:\"archive_classic_meta_color\";i:1;s:36:\"archive_classic_meta_separator_color\";i:1;}s:24:\"section_pagination_style\";a:5:{s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;s:16:\"pagination_color\";i:1;s:22:\"pagination_hover_color\";i:1;s:23:\"pagination_active_color\";i:1;}s:27:\"section_nothing_found_style\";a:1:{s:19:\"nothing_found_color\";i:1;}s:35:\"archive_cards_section_design_layout\";a:1:{s:24:\"archive_cards_column_gap\";i:1;}s:34:\"archive_cards_section_design_image\";a:2:{s:27:\"archive_cards_image_spacing\";i:1;s:28:\"archive_cards_badge_position\";i:1;}s:36:\"archive_cards_section_design_content\";a:2:{s:27:\"archive_cards_title_spacing\";i:1;s:29:\"archive_cards_excerpt_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:1;}}}}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:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:5:\"align\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}}}}s:9:\"image-box\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:10:\"title_text\";i:1;s:10:\"title_size\";i:1;s:5:\"image\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:11:\"image_space\";i:1;s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;}s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:1;s:19:\"image_border_radius\";i:1;}s:21:\"section_style_content\";a:9:{s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:28:\"title_typography_line_height\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:34:\"description_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";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:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"icon_padding\";i:1;}s:20:\"section_social_hover\";a:1:{s:18:\"hover_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_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:14:{s:15:\"classic_columns\";i:1;s:22:\"classic_posts_per_page\";i:1;s:17:\"classic_thumbnail\";i:1;s:18:\"classic_item_ratio\";i:1;s:19:\"classic_image_width\";i:1;s:20:\"classic_show_excerpt\";i:1;s:22:\"classic_meta_separator\";i:1;s:22:\"classic_show_read_more\";i:1;s:16:\"cards_item_ratio\";i:1;s:20:\"cards_meta_separator\";i:1;s:17:\"cards_show_avatar\";i:1;s:17:\"classic_title_tag\";i:1;s:22:\"classic_columns_tablet\";i:1;s:17:\"classic_meta_data\";i:1;}s:13:\"section_query\";a:1:{s:11:\"posts_order\";i:1;}}s:5:\"style\";a:8:{s:29:\"classic_section_design_layout\";a:3:{s:18:\"classic_column_gap\";i:1;s:15:\"classic_row_gap\";i:1;s:17:\"classic_alignment\";i:1;}s:26:\"classic_section_design_box\";a:4:{s:24:\"classic_box_border_width\";i:1;s:19:\"classic_box_padding\";i:1;s:23:\"classic_content_padding\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;}s:30:\"classic_section_design_content\";a:26:{s:21:\"classic_title_spacing\";i:1;s:20:\"classic_meta_spacing\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:38:\"classic_excerpt_typography_font_family\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:38:\"classic_excerpt_typography_line_height\";i:1;s:23:\"classic_excerpt_spacing\";i:1;s:23:\"classic_read_more_color\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:40:\"classic_read_more_typography_font_family\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;s:40:\"classic_read_more_typography_font_weight\";i:1;s:43:\"classic_read_more_typography_text_transform\";i:1;s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:36:\"classic_title_typography_font_family\";i:1;s:34:\"classic_title_typography_font_size\";i:1;s:36:\"classic_title_typography_font_weight\";i:1;s:36:\"classic_title_typography_line_height\";i:1;s:37:\"classic_title_typography_word_spacing\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:35:\"classic_meta_typography_font_family\";i:1;s:33:\"classic_meta_typography_font_size\";i:1;s:35:\"classic_meta_typography_line_height\";i:1;s:36:\"classic_meta_typography_word_spacing\";i:1;}s:25:\"cards_section_design_card\";a:5:{s:23:\"cards_card_border_color\";i:1;s:23:\"cards_card_border_width\";i:1;s:24:\"cards_card_border_radius\";i:1;s:32:\"cards_box_shadow_box_shadow_type\";i:1;s:18:\"cards_hover_effect\";i:1;}s:26:\"cards_section_design_image\";a:8:{s:19:\"cards_image_spacing\";i:1;s:20:\"cards_badge_bg_color\";i:1;s:17:\"cards_badge_color\";i:1;s:18:\"cards_badge_radius\";i:1;s:33:\"cards_badge_typography_typography\";i:1;s:34:\"cards_badge_typography_font_family\";i:1;s:34:\"cards_badge_typography_font_weight\";i:1;s:37:\"cards_badge_typography_text_transform\";i:1;}s:28:\"cards_section_design_content\";a:18:{s:17:\"cards_title_color\";i:1;s:33:\"cards_title_typography_typography\";i:1;s:34:\"cards_title_typography_font_family\";i:1;s:32:\"cards_title_typography_font_size\";i:1;s:34:\"cards_title_typography_font_weight\";i:1;s:37:\"cards_title_typography_text_transform\";i:1;s:34:\"cards_title_typography_line_height\";i:1;s:19:\"cards_title_spacing\";i:1;s:16:\"cards_meta_color\";i:1;s:32:\"cards_meta_typography_typography\";i:1;s:33:\"cards_meta_typography_font_family\";i:1;s:31:\"cards_meta_typography_font_size\";i:1;s:19:\"cards_excerpt_color\";i:1;s:35:\"cards_excerpt_typography_typography\";i:1;s:36:\"cards_excerpt_typography_font_family\";i:1;s:34:\"cards_excerpt_typography_font_size\";i:1;s:36:\"cards_excerpt_typography_font_weight\";i:1;s:21:\"cards_excerpt_spacing\";i:1;}s:24:\"section_pagination_style\";a:9:{s:32:\"pagination_typography_typography\";i:1;s:33:\"pagination_typography_font_family\";i:1;s:31:\"pagination_typography_font_size\";i:1;s:33:\"pagination_typography_font_weight\";i:1;s:36:\"pagination_typography_text_transform\";i:1;s:22:\"pagination_hover_color\";i:1;s:23:\"pagination_active_color\";i:1;s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;}s:28:\"classic_section_design_image\";a:2:{s:21:\"classic_image_spacing\";i:1;s:25:\"classic_img_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:1;}}}}}s:11:\"single-post\";a:15:{s:19:\"theme-archive-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:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:1;s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"post-info\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:1;s:17:\"icon_align_mobile\";i:1;s:10:\"icon_align\";i:1;s:7:\"divider\";i:1;s:13:\"divider_color\";i:1;}s:18:\"section_text_style\";a:6:{s:11:\"text_indent\";i:2;s:25:\"icon_typography_font_size\";i:1;s:10:\"text_color\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:2;s:10:\"icon_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:2;s:14:\"_element_width\";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:6:\"column\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:7;s:21:\"space_between_widgets\";i:4;s:5:\"align\";i:3;s:16:\"content_position\";i:3;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:3;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"_title\";i:2;s:3:\"gap\";i:5;s:6:\"height\";i:1;s:16:\"content_position\";i:1;s:13:\"custom_height\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}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:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:18:\"theme-post-content\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:13:\"share-buttons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:23:\"section_buttons_content\";a:5:{s:13:\"share_buttons\";i:1;s:4:\"skin\";i:1;s:7:\"columns\";i:1;s:14:\"columns_mobile\";i:1;s:14:\"share_url_type\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_buttons_style\";a:4:{s:7:\"row_gap\";i:1;s:11:\"button_size\";i:1;s:9:\"icon_size\";i:1;s:13:\"button_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:10:\"author-box\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_author_info\";a:6:{s:10:\"author_bio\";i:1;s:9:\"link_text\";i:1;s:7:\"link_to\";i:1;s:9:\"show_link\";i:1;s:9:\"alignment\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_image_style\";a:3:{s:20:\"image_vertical_align\";i:1;s:10:\"image_size\";i:1;s:9:\"image_gap\";i:1;}s:20:\"section_style_button\";a:5:{s:19:\"button_border_width\";i:1;s:19:\"button_text_padding\";i:1;s:20:\"button_border_radius\";i:1;s:23:\"button_background_color\";i:1;s:17:\"button_text_color\";i:1;}s:18:\"section_text_style\";a:2:{s:8:\"name_gap\";i:1;s:7:\"bio_gap\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:4:\"text\";i:1;}}}}s:13:\"post-comments\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:5:\"_skin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:15:\"post-navigation\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:31:\"section_post_navigation_content\";a:4:{s:12:\"show_borders\";i:1;s:12:\"in_same_term\";i:1;s:13:\"post_taxonomy\";i:1;s:23:\"e-landing-page_taxonomy\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:11:\"arrow_style\";a:2:{s:10:\"arrow_size\";i:1;s:13:\"arrow_padding\";i:1;}}}}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:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:5:\"align\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}}}}s:9:\"image-box\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:10:\"title_text\";i:1;s:10:\"title_size\";i:1;s:5:\"image\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:11:\"image_space\";i:1;s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;}s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:1;s:19:\"image_border_radius\";i:1;}s:21:\"section_style_content\";a:9:{s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:28:\"title_typography_line_height\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:34:\"description_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";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:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"icon_padding\";i:1;}s:20:\"section_social_hover\";a:1:{s:18:\"hover_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_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:14:{s:15:\"classic_columns\";i:1;s:22:\"classic_posts_per_page\";i:1;s:17:\"classic_thumbnail\";i:1;s:18:\"classic_item_ratio\";i:1;s:19:\"classic_image_width\";i:1;s:20:\"classic_show_excerpt\";i:1;s:22:\"classic_meta_separator\";i:1;s:22:\"classic_show_read_more\";i:1;s:16:\"cards_item_ratio\";i:1;s:20:\"cards_meta_separator\";i:1;s:17:\"cards_show_avatar\";i:1;s:17:\"classic_title_tag\";i:1;s:22:\"classic_columns_tablet\";i:1;s:17:\"classic_meta_data\";i:1;}s:13:\"section_query\";a:1:{s:11:\"posts_order\";i:1;}}s:5:\"style\";a:8:{s:29:\"classic_section_design_layout\";a:3:{s:18:\"classic_column_gap\";i:1;s:15:\"classic_row_gap\";i:1;s:17:\"classic_alignment\";i:1;}s:26:\"classic_section_design_box\";a:4:{s:24:\"classic_box_border_width\";i:1;s:19:\"classic_box_padding\";i:1;s:23:\"classic_content_padding\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;}s:30:\"classic_section_design_content\";a:26:{s:21:\"classic_title_spacing\";i:1;s:20:\"classic_meta_spacing\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:38:\"classic_excerpt_typography_font_family\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:38:\"classic_excerpt_typography_line_height\";i:1;s:23:\"classic_excerpt_spacing\";i:1;s:23:\"classic_read_more_color\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:40:\"classic_read_more_typography_font_family\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;s:40:\"classic_read_more_typography_font_weight\";i:1;s:43:\"classic_read_more_typography_text_transform\";i:1;s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:36:\"classic_title_typography_font_family\";i:1;s:34:\"classic_title_typography_font_size\";i:1;s:36:\"classic_title_typography_font_weight\";i:1;s:36:\"classic_title_typography_line_height\";i:1;s:37:\"classic_title_typography_word_spacing\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:35:\"classic_meta_typography_font_family\";i:1;s:33:\"classic_meta_typography_font_size\";i:1;s:35:\"classic_meta_typography_line_height\";i:1;s:36:\"classic_meta_typography_word_spacing\";i:1;}s:25:\"cards_section_design_card\";a:5:{s:23:\"cards_card_border_color\";i:1;s:23:\"cards_card_border_width\";i:1;s:24:\"cards_card_border_radius\";i:1;s:32:\"cards_box_shadow_box_shadow_type\";i:1;s:18:\"cards_hover_effect\";i:1;}s:26:\"cards_section_design_image\";a:8:{s:19:\"cards_image_spacing\";i:1;s:20:\"cards_badge_bg_color\";i:1;s:17:\"cards_badge_color\";i:1;s:18:\"cards_badge_radius\";i:1;s:33:\"cards_badge_typography_typography\";i:1;s:34:\"cards_badge_typography_font_family\";i:1;s:34:\"cards_badge_typography_font_weight\";i:1;s:37:\"cards_badge_typography_text_transform\";i:1;}s:28:\"cards_section_design_content\";a:18:{s:17:\"cards_title_color\";i:1;s:33:\"cards_title_typography_typography\";i:1;s:34:\"cards_title_typography_font_family\";i:1;s:32:\"cards_title_typography_font_size\";i:1;s:34:\"cards_title_typography_font_weight\";i:1;s:37:\"cards_title_typography_text_transform\";i:1;s:34:\"cards_title_typography_line_height\";i:1;s:19:\"cards_title_spacing\";i:1;s:16:\"cards_meta_color\";i:1;s:32:\"cards_meta_typography_typography\";i:1;s:33:\"cards_meta_typography_font_family\";i:1;s:31:\"cards_meta_typography_font_size\";i:1;s:19:\"cards_excerpt_color\";i:1;s:35:\"cards_excerpt_typography_typography\";i:1;s:36:\"cards_excerpt_typography_font_family\";i:1;s:34:\"cards_excerpt_typography_font_size\";i:1;s:36:\"cards_excerpt_typography_font_weight\";i:1;s:21:\"cards_excerpt_spacing\";i:1;}s:24:\"section_pagination_style\";a:9:{s:32:\"pagination_typography_typography\";i:1;s:33:\"pagination_typography_font_family\";i:1;s:31:\"pagination_typography_font_size\";i:1;s:33:\"pagination_typography_font_weight\";i:1;s:36:\"pagination_typography_text_transform\";i:1;s:22:\"pagination_hover_color\";i:1;s:23:\"pagination_active_color\";i:1;s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;}s:28:\"classic_section_design_image\";a:2:{s:21:\"classic_image_spacing\";i:1;s:25:\"classic_img_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:1;}}}}}s:9:\"error-404\";a:5:{s:6:\"spacer\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:6:\"column\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:11:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:2;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"_title\";i:2;s:3:\"gap\";i:2;s:6:\"height\";i:1;s:16:\"content_position\";i:2;s:13:\"custom_height\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}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:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"search-form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:19:\"section_input_style\";a:11:{s:13:\"border_radius\";i:1;s:19:\"button_border_width\";i:1;s:18:\"input_border_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:29:\"input_typography_word_spacing\";i:1;s:22:\"input_background_color\";i:1;s:24:\"input_border_color_focus\";i:1;}s:20:\"section_button_style\";a:4:{s:23:\"button_background_color\";i:1;s:29:\"button_background_color_hover\";i:1;s:17:\"button_text_color\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}}s:14:\"search-results\";a:7:{s:19:\"theme-archive-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:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:2;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:3;s:3:\"gap\";i:3;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;}}}}s:13:\"archive-posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:7:{s:35:\"archive_classic_thumbnail_size_size\";i:1;s:26:\"archive_classic_item_ratio\";i:1;s:25:\"archive_classic_title_tag\";i:1;s:25:\"archive_classic_meta_data\";i:1;s:30:\"archive_classic_meta_separator\";i:1;s:30:\"archive_classic_read_more_text\";i:1;s:25:\"archive_classic_thumbnail\";i:1;}s:18:\"section_pagination\";a:2:{s:15:\"pagination_type\";i:1;s:21:\"pagination_page_limit\";i:1;}s:16:\"section_advanced\";a:1:{s:21:\"nothing_found_message\";i:1;}}s:5:\"style\";a:5:{s:37:\"archive_classic_section_design_layout\";a:2:{s:26:\"archive_classic_column_gap\";i:1;s:23:\"archive_classic_row_gap\";i:1;}s:38:\"archive_classic_section_design_content\";a:30:{s:29:\"archive_classic_title_spacing\";i:1;s:31:\"archive_classic_excerpt_spacing\";i:1;s:27:\"archive_classic_title_color\";i:1;s:36:\"archive_classic_meta_separator_color\";i:1;s:31:\"archive_classic_read_more_color\";i:1;s:43:\"archive_classic_title_typography_typography\";i:1;s:44:\"archive_classic_title_typography_font_family\";i:1;s:42:\"archive_classic_title_typography_font_size\";i:1;s:44:\"archive_classic_title_typography_font_weight\";i:1;s:44:\"archive_classic_title_typography_line_height\";i:1;s:45:\"archive_classic_title_typography_word_spacing\";i:1;s:26:\"archive_classic_meta_color\";i:1;s:43:\"archive_classic_meta_typography_font_family\";i:1;s:41:\"archive_classic_meta_typography_font_size\";i:1;s:43:\"archive_classic_meta_typography_font_weight\";i:1;s:43:\"archive_classic_meta_typography_line_height\";i:1;s:44:\"archive_classic_meta_typography_word_spacing\";i:1;s:29:\"archive_classic_excerpt_color\";i:1;s:45:\"archive_classic_excerpt_typography_typography\";i:1;s:46:\"archive_classic_excerpt_typography_font_family\";i:1;s:44:\"archive_classic_excerpt_typography_font_size\";i:1;s:46:\"archive_classic_excerpt_typography_font_weight\";i:1;s:46:\"archive_classic_excerpt_typography_line_height\";i:1;s:47:\"archive_classic_excerpt_typography_word_spacing\";i:1;s:47:\"archive_classic_read_more_typography_typography\";i:1;s:48:\"archive_classic_read_more_typography_font_family\";i:1;s:46:\"archive_classic_read_more_typography_font_size\";i:1;s:48:\"archive_classic_read_more_typography_font_weight\";i:1;s:48:\"archive_classic_read_more_typography_line_height\";i:1;s:49:\"archive_classic_read_more_typography_word_spacing\";i:1;}s:27:\"section_nothing_found_style\";a:4:{s:36:\"nothing_found_typography_font_family\";i:1;s:34:\"nothing_found_typography_font_size\";i:1;s:36:\"nothing_found_typography_font_weight\";i:1;s:36:\"nothing_found_typography_line_height\";i:1;}s:36:\"archive_classic_section_design_image\";a:1:{s:29:\"archive_classic_image_spacing\";i:1;}s:24:\"section_pagination_style\";a:11:{s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;s:16:\"pagination_color\";i:1;s:22:\"pagination_hover_color\";i:1;s:23:\"pagination_active_color\";i:1;s:32:\"pagination_typography_typography\";i:1;s:33:\"pagination_typography_font_family\";i:1;s:31:\"pagination_typography_font_size\";i:1;s:33:\"pagination_typography_font_weight\";i:1;s:33:\"pagination_typography_line_height\";i:1;s:34:\"pagination_typography_word_spacing\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;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:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"search-form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"search_content\";a:1:{s:11:\"placeholder\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_input_style\";a:11:{s:19:\"button_border_width\";i:1;s:13:\"border_radius\";i:1;s:24:\"input_border_color_focus\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:29:\"input_typography_word_spacing\";i:1;s:16:\"input_text_color\";i:1;s:18:\"input_border_color\";i:1;}s:20:\"section_button_style\";a:4:{s:23:\"button_background_color\";i:1;s:29:\"button_background_color_hover\";i:1;s:17:\"button_text_color\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}}', 'no');
INSERT INTO `wpld_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(902, 'db_upgraded', '1', 'auto'),
(6488, '_site_transient_timeout_theme_roots', '1781672488', 'off'),
(6489, '_site_transient_theme_roots', 'a:3:{s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";}', 'off'),
(923, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"286e9da1bb535415b41750872b19a012\";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:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:32:\"ab4df16c9e454bfed8a404309545590d\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:32:\"68ec5cad52d993402775a7503ba9efb7\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:32:\"b8b4aa19e69b9b2de0f5c27097467bd6\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(5103, 'wp_notes_notify', '1', 'on'),
(6492, '_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:63:\"https://downloads.wordpress.org/release/pt_PT/wordpress-7.0.zip\";s:6:\"locale\";s:5:\"pt_PT\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/pt_PT/wordpress-7.0.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.0\";s:7:\"version\";s:3:\"7.0\";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:1781670692;s:15:\"version_checked\";s:3:\"7.0\";s:12:\"translations\";a:0:{}}', 'off'),
(6493, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1781670692;s:7:\"checked\";a:3:{s:15:\"hello-elementor\";s:5:\"3.0.1\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.1\";}s:8:\"response\";a:3:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.9.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}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:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off'),
(6495, '_transient_timeout_elementor_rollback_versions_3.20.4', '1782275495', 'off'),
(6496, '_transient_elementor_rollback_versions_3.20.4', 'a:30:{i:0;s:6:\"3.20.3\";i:1;s:6:\"3.20.2\";i:2;s:6:\"3.20.1\";i:3;s:6:\"3.20.0\";i:4;s:6:\"3.19.4\";i:5;s:6:\"3.19.3\";i:6;s:6:\"3.19.2\";i:7;s:6:\"3.19.1\";i:8;s:6:\"3.19.0\";i:9;s:6:\"3.18.3\";i:10;s:6:\"3.18.2\";i:11;s:6:\"3.18.1\";i:12;s:6:\"3.18.0\";i:13;s:6:\"3.17.3\";i:14;s:6:\"3.17.2\";i:15;s:6:\"3.17.1\";i:16;s:6:\"3.17.0\";i:17;s:6:\"3.16.6\";i:18;s:6:\"3.16.5\";i:19;s:6:\"3.16.4\";i:20;s:6:\"3.16.3\";i:21;s:6:\"3.16.2\";i:22;s:6:\"3.16.1\";i:23;s:6:\"3.16.0\";i:24;s:6:\"3.15.3\";i:25;s:6:\"3.15.2\";i:26;s:6:\"3.15.1\";i:27;s:6:\"3.15.0\";i:28;s:6:\"3.14.1\";i:29;s:6:\"3.14.0\";}', 'off'),
(6497, '_site_transient_timeout_php_check_38979a08dcd71638878b7b4419751271', '1782275496', 'off'),
(6498, '_site_transient_php_check_38979a08dcd71638878b7b4419751271', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}', 'off'),
(6494, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1781670693;s:8:\"response\";a:2:{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.1.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:43:\"template-kit-import/template-kit-import.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/template-kit-import\";s:4:\"slug\";s:19:\"template-kit-import\";s:6:\"plugin\";s:43:\"template-kit-import/template-kit-import.php\";s:11:\"new_version\";s:6:\"1.0.16\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/template-kit-import/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/template-kit-import.1.0.16.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-256x256.png?rev=3129153\";s:2:\"1x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-128x128.png?rev=3129153\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.4.8\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:3:{s:23:\"elementor/elementor.php\";s:6:\"3.20.4\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.20.2\";s:43:\"template-kit-import/template-kit-import.php\";s:6:\"1.0.15\";}}', 'off'),
(6499, '_site_transient_timeout_wp_theme_files_patterns-9793fda084e9ca0d6c40b3b8132b3a7d', '1781672499', 'off'),
(6500, '_site_transient_wp_theme_files_patterns-9793fda084e9ca0d6c40b3b8132b3a7d', 'a:2:{s:7:\"version\";s:5:\"3.0.1\";s:8:\"patterns\";a:0:{}}', 'off');

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

--
-- Estrutura para tabela `wpld_postmeta`
--

CREATE TABLE `wpld_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Despejando dados para a tabela `wpld_postmeta`
--

INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6, 7, '_elementor_template_type', 'kit'),
(5, 7, '_elementor_edit_mode', 'builder'),
(17, 12, '_edit_lock', '1712863132:1'),
(18, 12, '_elementor_edit_mode', 'builder'),
(19, 12, '_elementor_template_type', 'wp-page'),
(20, 12, '_elementor_version', '3.20.3'),
(21, 12, '_elementor_pro_version', '3.20.2'),
(209, 57, '_elementor_edit_mode', 'builder'),
(164, 42, '_wp_attached_file', '2024/04/Purple_Sections_1-Img_1.jpg'),
(165, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:407;s:6:\"height\";i:462;s:4:\"file\";s:35:\"2024/04/Purple_Sections_1-Img_1.jpg\";s:8:\"filesize\";i:31435;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Purple_Sections_1-Img_1-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9151;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Purple_Sections_1-Img_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:3714;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(42, 17, '_elementor_version', '3.20.3'),
(41, 17, '_elementor_template_type', 'wp-page'),
(40, 17, '_elementor_edit_mode', 'builder'),
(39, 12, '_elementor_data', '[]'),
(38, 12, '_wp_page_template', 'elementor_canvas'),
(30, 15, '_elementor_edit_mode', 'builder'),
(31, 15, '_elementor_template_type', 'wp-page'),
(32, 15, '_elementor_version', '3.20.3'),
(33, 15, '_elementor_pro_version', '3.20.2'),
(34, 16, '_elementor_edit_mode', 'builder'),
(35, 16, '_elementor_template_type', 'wp-page'),
(36, 16, '_elementor_version', '3.20.3'),
(37, 16, '_elementor_pro_version', '3.20.2'),
(43, 17, '_elementor_pro_version', '3.20.2'),
(44, 17, '_wp_page_template', 'elementor_canvas'),
(45, 17, '_elementor_data', '[]'),
(46, 12, '_elementor_page_assets', 'a:0:{}'),
(47, 18, '_wp_attached_file', '2024/04/PRODUTOS-BANNER.png'),
(48, 18, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1342;s:6:\"height\";i:416;s:4:\"file\";s:27:\"2024/04/PRODUTOS-BANNER.png\";s:8:\"filesize\";i:302099;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"PRODUTOS-BANNER-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52297;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"PRODUTOS-BANNER-1024x317.png\";s:5:\"width\";i:1024;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:466325;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"PRODUTOS-BANNER-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38857;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"PRODUTOS-BANNER-768x238.png\";s:5:\"width\";i:768;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:279513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(49, 18, '_elementor_source_image_hash', '8f792e580e0aac3ca9a4942c2bba5edba4d8c74d'),
(50, 19, '_wp_attached_file', '2024/04/tela-mosquiteira-banner.png'),
(51, 19, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1342;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2024/04/tela-mosquiteira-banner.png\";s:8:\"filesize\";i:413661;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"tela-mosquiteira-banner-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55729;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"tela-mosquiteira-banner-1024x317.png\";s:5:\"width\";i:1024;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:684568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"tela-mosquiteira-banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45020;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"tela-mosquiteira-banner-768x238.png\";s:5:\"width\";i:768;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:399248;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(52, 19, '_elementor_source_image_hash', '353d11cc03e82ea3d0fd574c26ccbb717d505d12'),
(53, 20, '_wp_attached_file', '2024/04/banner-entrega-em-todo-territorio-nacional.png'),
(54, 20, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1342;s:6:\"height\";i:416;s:4:\"file\";s:54:\"2024/04/banner-entrega-em-todo-territorio-nacional.png\";s:8:\"filesize\";i:327012;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"banner-entrega-em-todo-territorio-nacional-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41183;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"banner-entrega-em-todo-territorio-nacional-1024x317.png\";s:5:\"width\";i:1024;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:329680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"banner-entrega-em-todo-territorio-nacional-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32197;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"banner-entrega-em-todo-territorio-nacional-768x238.png\";s:5:\"width\";i:768;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203815;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(55, 20, '_elementor_source_image_hash', 'd0f2d77a05efcf4f0423f1085211a1e1272bf13d'),
(78, 24, '_elementor_edit_mode', 'builder'),
(63, 7, '_edit_lock', '1712239793:1'),
(79, 24, '_elementor_template_type', 'wp-page'),
(80, 24, '_elementor_version', '3.20.3'),
(81, 24, '_elementor_pro_version', '3.20.2'),
(82, 24, '_wp_page_template', 'elementor_canvas'),
(83, 24, '_elementor_data', '[]'),
(84, 24, '_elementor_page_assets', 'a:0:{}'),
(98, 29, '_elementor_edit_mode', 'builder'),
(99, 29, '_elementor_template_type', 'header'),
(100, 30, '_elementor_edit_mode', 'builder'),
(101, 30, '_elementor_template_type', 'header'),
(102, 29, '_elementor_version', '3.20.3'),
(103, 29, '_elementor_pro_version', '3.20.2'),
(104, 29, '_edit_lock', '1712248135:1'),
(210, 57, '_elementor_template_type', 'kit'),
(211, 57, '_elementor_version', '3.20.3'),
(212, 57, '_elementor_pro_version', '3.20.2'),
(106, 31, '_elementor_edit_mode', 'builder'),
(107, 31, '_elementor_template_type', 'footer'),
(108, 32, '_elementor_edit_mode', 'builder'),
(109, 32, '_elementor_template_type', 'footer'),
(110, 31, '_elementor_version', '3.20.3'),
(111, 31, '_elementor_pro_version', '3.20.2'),
(112, 31, '_edit_lock', '1712248306:1'),
(131, 36, '_edit_lock', '1712832626:1'),
(132, 36, '_elementor_edit_mode', 'builder'),
(133, 36, '_elementor_template_type', 'wp-page'),
(134, 36, '_elementor_version', '3.20.3'),
(135, 36, '_elementor_pro_version', '3.20.2'),
(136, 36, '_wp_page_template', 'elementor_canvas'),
(137, 36, '_elementor_data', '[{\"id\":\"1075fa5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(138, 36, '_elementor_page_assets', 'a:0:{}'),
(141, 39, '_elementor_edit_mode', 'builder'),
(142, 39, '_elementor_template_type', 'wp-page'),
(143, 39, '_elementor_version', '3.20.3'),
(144, 39, '_elementor_pro_version', '3.20.2'),
(145, 39, '_wp_page_template', 'elementor_canvas'),
(146, 39, '_elementor_data', '[{\"id\":\"1075fa5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(147, 39, '_elementor_page_assets', 'a:0:{}'),
(148, 40, '_elementor_edit_mode', 'builder'),
(149, 40, '_elementor_template_type', 'wp-page'),
(150, 40, '_elementor_version', '3.20.3'),
(151, 40, '_elementor_pro_version', '3.20.2'),
(152, 40, '_wp_page_template', 'elementor_canvas'),
(153, 40, '_elementor_data', '[{\"id\":\"1075fa5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(154, 40, '_elementor_page_assets', 'a:0:{}'),
(155, 41, '_elementor_edit_mode', 'builder'),
(156, 41, '_elementor_template_type', 'wp-page'),
(157, 41, '_elementor_version', '3.20.3'),
(158, 41, '_elementor_pro_version', '3.20.2'),
(159, 41, '_wp_page_template', 'elementor_canvas'),
(160, 41, '_elementor_data', '[{\"id\":\"1075fa5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(161, 41, '_elementor_page_assets', 'a:0:{}'),
(162, 36, '_elementor_controls_usage', 'a:1:{s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:1:{s:14:\"flex_direction\";i:1;}}}}}'),
(166, 42, '_elementor_source_image_hash', 'd326f0d75f64c835321803f5c85d1547a064ca1b'),
(167, 43, '_wp_attached_file', '2024/04/Purple_Sections_1-Star_1.svg'),
(168, 43, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:442;s:5:\"width\";i:95;s:6:\"height\";i:117;}'),
(169, 43, '_elementor_source_image_hash', 'bcbc05b050d992839d5c30bc31e1d2fd7564f444'),
(170, 44, '_wp_attached_file', '2024/04/Purple_Sections_1-Star_2.svg'),
(171, 44, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:449;s:5:\"width\";i:69;s:6:\"height\";i:69;}'),
(172, 44, '_elementor_source_image_hash', '2545727afdd9a7b364c9065155f0f1f63b91b740'),
(173, 45, '_wp_attached_file', '2024/04/Purple_Sections_1-Background.png'),
(174, 45, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:40:\"2024/04/Purple_Sections_1-Background.png\";s:8:\"filesize\";i:620336;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Purple_Sections_1-Background-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68727;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Purple_Sections_1-Background-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:738955;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Purple_Sections_1-Background-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31734;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"Purple_Sections_1-Background-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:439980;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"Purple_Sections_1-Background-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1424002;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(175, 45, '_elementor_source_image_hash', '08aaa14648f1926c6500690ef3e422141f30f2db'),
(176, 46, '_wp_attached_file', '2024/04/Purple_Sections_2-Img_1-06102021.jpg'),
(177, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:294;s:6:\"height\";i:643;s:4:\"file\";s:44:\"2024/04/Purple_Sections_2-Img_1-06102021.jpg\";s:8:\"filesize\";i:22827;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Purple_Sections_2-Img_1-06102021-137x300.jpg\";s:5:\"width\";i:137;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Purple_Sections_2-Img_1-06102021-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(178, 46, '_elementor_source_image_hash', '737b70d5ad650e8132df6c7b4eeb6a4db8e12573'),
(179, 47, '_wp_attached_file', '2024/04/BG-contact-hero-New.png'),
(180, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2024/04/BG-contact-hero-New.png\";s:8:\"filesize\";i:31413;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"BG-contact-hero-New-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1609;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"BG-contact-hero-New-1024x267.png\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6581;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"BG-contact-hero-New-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:590;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"BG-contact-hero-New-768x200.png\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4797;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"BG-contact-hero-New-1536x400.png\";s:5:\"width\";i:1536;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10580;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(181, 47, '_elementor_source_image_hash', '6fd6f1ef72141fd9504117d8c96b0b6fc09ba9fe'),
(182, 48, '_wp_attached_file', '2024/04/BG-Form-Contact-Us.png'),
(183, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1924;s:6:\"height\";i:734;s:4:\"file\";s:30:\"2024/04/BG-Form-Contact-Us.png\";s:8:\"filesize\";i:46622;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"BG-Form-Contact-Us-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2982;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"BG-Form-Contact-Us-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12925;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"BG-Form-Contact-Us-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"BG-Form-Contact-Us-768x293.png\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9018;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"BG-Form-Contact-Us-1536x586.png\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22238;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(64, 22, '_elementor_edit_mode', 'builder'),
(65, 22, '_elementor_template_type', 'wp-page'),
(66, 22, '_elementor_version', '3.20.3'),
(67, 22, '_elementor_pro_version', '3.20.2'),
(68, 22, '_wp_page_template', 'elementor_canvas'),
(69, 22, '_elementor_data', '[]'),
(70, 22, '_elementor_page_assets', 'a:0:{}'),
(71, 23, '_elementor_edit_mode', 'builder'),
(72, 23, '_elementor_template_type', 'wp-page'),
(73, 23, '_elementor_version', '3.20.3'),
(74, 23, '_elementor_pro_version', '3.20.2'),
(75, 23, '_wp_page_template', 'elementor_canvas'),
(76, 23, '_elementor_data', '[]'),
(77, 23, '_elementor_page_assets', 'a:0:{}'),
(184, 48, '_elementor_source_image_hash', 'e437b7d2aea9629369eba5ce9792ce917ed8eda0'),
(185, 49, '_wp_attached_file', '2024/04/iphone.svg'),
(186, 49, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1444;s:5:\"width\";i:75;s:6:\"height\";i:66;}'),
(187, 49, '_elementor_source_image_hash', '16a8bfabcaa81359651484dd06f8cadf4ab661e6'),
(188, 50, '_wp_attached_file', '2024/04/Location.svg'),
(189, 50, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1285;s:5:\"width\";i:74;s:6:\"height\";i:66;}'),
(190, 50, '_elementor_source_image_hash', '5df3e692654a93ba1837784e98c94d7d71841039'),
(191, 51, '_wp_attached_file', '2024/04/Mail.svg'),
(192, 51, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2140;s:5:\"width\";i:75;s:6:\"height\";i:66;}'),
(193, 51, '_elementor_source_image_hash', 'd5ccc5ebc72d4a6e79948ff169a7f9d8fd0d9812'),
(194, 52, '_wp_attached_file', '2024/04/BG-contact-info.png'),
(195, 52, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:615;s:6:\"height\";i:404;s:4:\"file\";s:27:\"2024/04/BG-contact-info.png\";s:8:\"filesize\";i:14890;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"BG-contact-info-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"BG-contact-info-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(196, 52, '_elementor_source_image_hash', 'ecd4faaf5278e4553a8b3133efb6a282d7b82c29'),
(197, 53, '_wp_attached_file', '2024/04/CTA-contact-us-new.png'),
(198, 53, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:539;s:6:\"height\";i:539;s:4:\"file\";s:30:\"2024/04/CTA-contact-us-new.png\";s:8:\"filesize\";i:419997;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"CTA-contact-us-new-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"CTA-contact-us-new-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32868;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(199, 53, '_elementor_source_image_hash', 'eeab8d2051a75b1e65e9caaaca92ddfd688267d8'),
(200, 54, '_wp_attached_file', '2024/04/CTA-Shapes.png'),
(201, 54, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1921;s:6:\"height\";i:519;s:4:\"file\";s:22:\"2024/04/CTA-Shapes.png\";s:8:\"filesize\";i:31164;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"CTA-Shapes-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1562;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"CTA-Shapes-1024x277.png\";s:5:\"width\";i:1024;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6247;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"CTA-Shapes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"CTA-Shapes-768x207.png\";s:5:\"width\";i:768;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4529;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"CTA-Shapes-1536x415.png\";s:5:\"width\";i:1536;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9926;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(202, 54, '_elementor_source_image_hash', '4b3b0da7084fcde1cbe40946cef7ab56312d044c'),
(205, 56, '_elementor_edit_mode', 'builder'),
(206, 56, '_elementor_template_type', 'kit'),
(207, 56, '_elementor_version', '3.20.3'),
(208, 56, '_elementor_pro_version', '3.20.2'),
(213, 56, '_wp_page_template', 'default'),
(214, 56, '_elementor_page_settings', 'a:73:{s:17:\"custom_typography\";a:12:{i:0;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c53de50\";s:5:\"title\";s:4:\"bttn\";}i:1;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3522f7f\";s:5:\"title\";s:10:\"subheading\";}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:38;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2bda2d2\";s:5:\"title\";s:2:\"H2\";}i:3;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:38;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c47d285\";s:5:\"title\";s:2:\"H1\";}i:4;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"f86444e\";s:5:\"title\";s:5:\"H5 22\";}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"6f68d26\";s:5:\"title\";s:5:\"H5 24\";}i:6;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"f007c89\";s:5:\"title\";s:5:\"H3 32\";}i:7;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:120;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.8;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c07a62b\";s:5:\"title\";s:3:\"404\";}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"975ab65\";s:5:\"title\";s:5:\"H4 28\";}i:9;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"ac0baaa\";s:5:\"title\";s:5:\"H6 18\";}i:10;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a216eb2\";s:5:\"title\";s:5:\"H5 20\";}i:11;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"78c5299\";s:5:\"title\";s:11:\"accent bold\";}}s:13:\"custom_colors\";a:3:{i:0;a:3:{s:3:\"_id\";s:7:\"559a6a9\";s:5:\"title\";s:4:\"blck\";s:5:\"color\";s:7:\"#00091D\";}i:1;a:3:{s:3:\"_id\";s:7:\"c6cd310\";s:5:\"title\";s:6:\"orange\";s:5:\"color\";s:7:\"#FF8B34\";}i:2;a:3:{s:3:\"_id\";s:7:\"bb530d9\";s:5:\"title\";s:5:\"white\";s:5:\"color\";s:7:\"#FFFFFF\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#00091D\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF8B34\";}}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:5:\"Kanit\";s:22:\"typography_font_weight\";s:3:\"500\";}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:5:\"Kanit\";s:22:\"typography_font_weight\";s:3:\"500\";}i:2;a:7:{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:7:\"DM Sans\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:7:{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:7:\"DM Sans\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"DM Sans\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:17:\"link_normal_color\";s:7:\"#FF8B34\";s:16:\"link_hover_color\";s:7:\"#00091D\";s:8:\"h1_color\";s:7:\"#00091D\";s:8:\"h2_color\";s:7:\"#00091D\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Kanit\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"500\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#00091D\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Kanit\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"500\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#00091D\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Kanit\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"500\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#00091D\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Kanit\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#00091D\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Kanit\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#00091D\";s:32:\"form_label_typography_typography\";s:6:\"custom\";s:33:\"form_label_typography_font_family\";s:7:\"DM Sans\";s:31:\"form_label_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:33:\"form_label_typography_font_weight\";s:3:\"600\";s:33:\"form_label_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:34:\"form_label_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_color\";s:7:\"#D6D6D6\";s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:38;s:5:\"sizes\";a:0:{}}s:26:\"button_border_width_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:21:\"button_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:40:\"form_label_typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.2;s:5:\"sizes\";a:0:{}}s:30:\"form_field_border_width_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=c6cd310\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=559a6a9\";s:8:\"h1_color\";s:25:\"globals/colors?id=559a6a9\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=2bda2d2\";s:8:\"h3_color\";s:25:\"globals/colors?id=559a6a9\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=f007c89\";s:8:\"h4_color\";s:25:\"globals/colors?id=559a6a9\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=975ab65\";s:8:\"h5_color\";s:25:\"globals/colors?id=559a6a9\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=6f68d26\";s:8:\"h6_color\";s:25:\"globals/colors?id=559a6a9\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=ac0baaa\";s:16:\"form_label_color\";s:25:\"globals/colors?id=primary\";s:32:\"form_label_typography_typography\";s:0:\"\";s:32:\"form_field_typography_typography\";s:26:\"globals/typography?id=text\";s:21:\"form_field_text_color\";s:22:\"globals/colors?id=text\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=bb530d9\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=c53de50\";s:17:\"button_text_color\";s:25:\"globals/colors?id=bb530d9\";s:23:\"button_background_color\";s:25:\"globals/colors?id=c6cd310\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=c47d285\";}s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}}'),
(215, 58, '_elementor_edit_mode', 'builder'),
(216, 58, '_elementor_template_type', 'section'),
(217, 58, '_elementor_version', '3.20.3'),
(218, 58, '_elementor_pro_version', '3.20.2'),
(219, 59, '_wp_attached_file', '2024/04/robotic-arms-along-assembly-line-in-modern-factory-.jpg'),
(220, 59, '_elementor_import_session_id', '66167b0279566'),
(221, 59, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1044;s:4:\"file\";s:63:\"2024/04/robotic-arms-along-assembly-line-in-modern-factory-.jpg\";s:8:\"filesize\";i:344056;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"robotic-arms-along-assembly-line-in-modern-factory--300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18564;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"robotic-arms-along-assembly-line-in-modern-factory--1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102021;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"robotic-arms-along-assembly-line-in-modern-factory--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10837;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"robotic-arms-along-assembly-line-in-modern-factory--768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67574;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"robotic-arms-along-assembly-line-in-modern-factory--1536x802.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(222, 59, '_elementor_source_image_hash', '12b04e6231cbcde40d39a90f9df1403e6eb788b1'),
(223, 60, '_wp_attached_file', '2024/04/industrial-robots.jpg'),
(224, 60, '_elementor_import_session_id', '66167b0279566'),
(225, 60, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1429;s:4:\"file\";s:29:\"2024/04/industrial-robots.jpg\";s:8:\"filesize\";i:872985;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"industrial-robots-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27374;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"industrial-robots-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229457;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"industrial-robots-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12960;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"industrial-robots-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138330;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"industrial-robots-1536x1097.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1097;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:455664;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(226, 60, '_elementor_source_image_hash', '3bb2456dc888ac346c0110375da92bb75130cc79'),
(227, 61, '_wp_attached_file', '2024/04/fibre-laser-robotic-remote-cutting-system.jpg'),
(228, 61, '_elementor_import_session_id', '66167b0279566'),
(229, 61, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1334;s:6:\"height\";i:2000;s:4:\"file\";s:53:\"2024/04/fibre-laser-robotic-remote-cutting-system.jpg\";s:8:\"filesize\";i:368505;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"fibre-laser-robotic-remote-cutting-system-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19606;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"fibre-laser-robotic-remote-cutting-system-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"fibre-laser-robotic-remote-cutting-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10696;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"fibre-laser-robotic-remote-cutting-system-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127110;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:55:\"fibre-laser-robotic-remote-cutting-system-1025x1536.jpg\";s:5:\"width\";i:1025;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195079;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(230, 61, '_elementor_source_image_hash', 'e8ae3ddf33654c6289ced5b75c671d3d98931040'),
(231, 62, '_wp_attached_file', '2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg'),
(232, 62, '_elementor_import_session_id', '66167b0279566'),
(233, 62, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1067;s:4:\"file\";s:83:\"2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg\";s:8:\"filesize\";i:186246;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:83:\"robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10954;}s:5:\"large\";a:5:{s:4:\"file\";s:84:\"robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:83:\"robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7939;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:83:\"robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35562;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:84:\"robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-1536x819.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(234, 62, '_elementor_source_image_hash', '6019adc4c17d284da611eccf9771bc00b9d3c293'),
(235, 63, '_wp_attached_file', '2024/04/female-engineers-working-in-industry-factory-.jpg'),
(236, 63, '_elementor_import_session_id', '66167b0279566'),
(237, 63, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:57:\"2024/04/female-engineers-working-in-industry-factory-.jpg\";s:8:\"filesize\";i:359134;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"female-engineers-working-in-industry-factory--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20288;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"female-engineers-working-in-industry-factory--1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108877;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"female-engineers-working-in-industry-factory--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10845;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"female-engineers-working-in-industry-factory--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72470;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:59:\"female-engineers-working-in-industry-factory--1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(238, 63, '_elementor_source_image_hash', 'c14c36cb25146b87a7ed86325cc0a61dfac08d2d');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(239, 58, '_elementor_data', '[{\"id\":\"473b9c7d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":59,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robotic-arms-along-assembly-line-in-modern-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_bg_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":0,\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_size_tablet\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center right\",\"background_slideshow_ken_burns\":\"yes\",\"background_color\":\"#6EC1E400\",\"background_overlay_color\":\"#00091DBF\"},\"elements\":[{\"id\":\"2a657fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false},\"_inline_size_tablet\":65,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"49\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d53b68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua Ut enim ad minim nostrud\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3e9cf6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"587c96aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.127,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":48,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"471df658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"left\",\"icon_align\":\"right\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"border_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"background_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=559a6a9\",\"hover_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=559a6a9\"},\"border_color\":\"#6EC1E4\",\"hover_animation\":\"float\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"264a891a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.873,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":52,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"46552092\",\"elType\":\"widget\",\"settings\":{\"text\":\"Watch Video\",\"align\":\"right\",\"background_color\":\"#FD9E0100\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=559a6a9\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":10,\"hover_animation\":\"float\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"hover_color\":\"#FF8B34\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53248196\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_color\":\"#1A1A1A\",\"background_color_b\":\"#060606\",\"background_overlay_color\":\"#1A1A1A00\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"5\",\"bottom\":\"50\",\"left\":\"5\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"6403361\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7e2fb669\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"gap\":\"no\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"248a3dca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57614962\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":60,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/industrial-robots.jpg\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"167cb164\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"424c57b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":61,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system.jpg\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"313575ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"content_position\":\"bottom\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73367034\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Astrobot\",\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c6cd310\",\"typography_typography\":\"globals\\/typography?id=3522f7f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c254dc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide The Best Service for the Modern Industry\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"990002e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"255ebd09\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"12500fa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.794,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":62,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_position\":\"center center\"},\"elements\":[{\"id\":\"3905d142\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"21cc4b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.204,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259d1cf\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"5\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"4758a51c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7563da29\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"569b2a62\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"space-between\",\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true},{\"id\":\"79b06938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"533d3d69\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"628cf17d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Quality of Robotic Manufacturing\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"title_color\":\"globals\\/colors?id=559a6a9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51cd6540\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e5da50e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"gradient\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#14305D00\"},\"elements\":[{\"id\":\"50d06baa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.687,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=1af9940\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"6baaa56d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1feb5481\",\"elType\":\"widget\",\"settings\":{\"title\":\"The One Stop Solution for Your Industries\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"_border_color\":\"#61CE70\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d8c4702\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"64fab862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"24c0e372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.517,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602ec5db\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Constant Improvement\",\"_id\":\"c1c5f59\"},{\"text\":\"Commitment to Customers\",\"_id\":\"cd89f4e\"},{\"text\":\"Best Quality You Can Get\",\"_id\":\"46beca6\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_self_align\":\"left\",\"icon_color\":\"#4222DC\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1e60e89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a0d8bd7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Projects\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#FFFFFF\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"44a9ad44\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.313,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":63,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/female-engineers-working-in-industry-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"372c09a6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":17,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3326051d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.03,\"sizes\":[]}},\"elements\":[{\"id\":\"5726d684\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f7bddd2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"23c01a22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":40},\"elements\":[{\"id\":\"3a596f05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74c63c29\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best System Services\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4837ab46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"296876c8\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Services\",\"align\":\"left\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=c53de50\",\"background_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=bb530d9\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=559a6a9\"},\"background_color\":\"#FF8B34\",\"hover_animation\":\"float\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_hover_color\":\"#00091D\",\"button_hover_border_color\":\"#00091D\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"75a92430\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":80},\"elements\":[],\"isInner\":true},{\"id\":\"7d0f42d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":120},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"267b6a6f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"23fb8cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":40},\"elements\":[],\"isInner\":true},{\"id\":\"78024cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":80},\"elements\":[],\"isInner\":true},{\"id\":\"b9b9443\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":120},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"253b3de6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fa737c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49acece3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2e59fbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"65440c5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"6006625f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":120,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"77181745\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":160,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67d69e9f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_color_b\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.18,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"119cefbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ecc7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client Testimoni\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"160fda52\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Are Trusted Over 16+ Countries Worldwide\\n\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"title_color\":\"#FFFFFF\",\"_border_color\":\"#61CE70\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57e78e02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5940b6c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"28dcf830\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.02,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"15ef1d55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7ffd1c6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"\"},\"align\":\"center\",\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FF8B34\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40351ac0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & Articles\\n\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"_border_color\":\"#61CE70\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50c14f43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"817fbfe\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"595ee3f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_duration\":\"slow\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(240, 64, '_elementor_edit_mode', 'builder'),
(241, 64, '_elementor_template_type', 'section'),
(242, 64, '_elementor_version', '3.20.3'),
(243, 64, '_elementor_pro_version', '3.20.2'),
(244, 64, '_elementor_data', '[]'),
(245, 58, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(246, 58, 'template_type', 'single-home'),
(247, 58, 'include_in_zip', '1'),
(248, 58, 'elementor_pro_required', NULL),
(249, 58, 'wp_page_template', 'elementor_canvas'),
(250, 58, '_elementor_import_session_id', '66167b0279566'),
(251, 65, '_elementor_edit_mode', 'builder'),
(252, 65, '_elementor_template_type', 'page'),
(253, 65, '_elementor_version', '3.20.3'),
(254, 65, '_elementor_pro_version', '3.20.2'),
(255, 66, '_wp_attached_file', '2024/04/close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine.jpg'),
(256, 66, '_elementor_import_session_id', '66167b0279566'),
(257, 66, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1355;s:4:\"file\";s:87:\"2024/04/close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine.jpg\";s:8:\"filesize\";i:284744;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:87:\"close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17310;}s:5:\"large\";a:5:{s:4:\"file\";s:88:\"close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine-1024x694.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:87:\"close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9545;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:87:\"close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56848;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:89:\"close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine-1536x1041.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1041;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(258, 66, '_elementor_source_image_hash', '6897c251f72a65924ce0d09c531c54ea10d0aef4'),
(259, 67, '_wp_attached_file', '2024/04/marlie-cassavania.png'),
(260, 67, '_elementor_import_session_id', '66167b0279566'),
(261, 67, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:610;s:6:\"height\";i:218;s:4:\"file\";s:29:\"2024/04/marlie-cassavania.png\";s:8:\"filesize\";i:11981;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"marlie-cassavania-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7642;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"marlie-cassavania-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(262, 67, '_elementor_source_image_hash', '1652519c10f3a7eb85fc14fe9ba7e132e64f8dbf'),
(263, 68, '_wp_attached_file', '2024/04/fibre-laser-robotic-remote-cutting-system-1.jpg'),
(264, 68, '_elementor_import_session_id', '66167b0279566'),
(265, 68, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:55:\"2024/04/fibre-laser-robotic-remote-cutting-system-1.jpg\";s:8:\"filesize\";i:402703;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"fibre-laser-robotic-remote-cutting-system-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21093;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"fibre-laser-robotic-remote-cutting-system-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"fibre-laser-robotic-remote-cutting-system-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:11694;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"fibre-laser-robotic-remote-cutting-system-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78270;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"fibre-laser-robotic-remote-cutting-system-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(266, 68, '_elementor_source_image_hash', 'c5d4243ea0b1467dcaeca761e24d6e395d6146de');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(267, 65, '_elementor_data', '[{\"id\":\"3495d979\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":66,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"5ec39292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"3a746f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16159824\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d831d59\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_color\":\"#1A1A1A\",\"background_color_b\":\"#060606\",\"background_overlay_color\":\"#1A1A1A00\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"5\",\"bottom\":\"30\",\"left\":\"5\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"26bc8cb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35ecab53\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Astrobot\",\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c6cd310\",\"typography_typography\":\"globals\\/typography?id=3522f7f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ed91f0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Whatever Your Industry You Can Make it Automated and Fast\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71bcaf10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"78b310dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\"},\"elements\":[{\"id\":\"4233af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35.24,\"content_position\":\"center\",\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"f095375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.76,\"_inline_size_tablet\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56b9ae0a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":67,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/marlie-cassavania.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"20d7ceca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\"},\"elements\":[{\"id\":\"17118a42\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"gap\":\"no\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"2c9c417c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"263b2529\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":60,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/industrial-robots.jpg\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e21d8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"4767dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":61,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system.jpg\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"41cd0459\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"3eaf2d52\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"404b1916\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":62,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3269cec6\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"5\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"bb6eb7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d7bdff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2dd297d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"space-between\",\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true},{\"id\":\"3885f9ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f41127\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b695a21\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Quality of Robotic Manufacturing\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"title_color\":\"globals\\/colors?id=559a6a9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66379a8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb4cd26\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"gradient\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#14305D00\",\"background_color\":\"#00091D\"},\"elements\":[{\"id\":\"6c994416\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.687,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"20c147d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24dcb506\",\"elType\":\"widget\",\"settings\":{\"title\":\"The One Stop Solution for Your Industries\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=accent\"},\"_border_color\":\"#61CE70\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kanit\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37df534f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9df854b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c9c1f86\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.517,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f3b78c9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Constant Improvement\",\"_id\":\"c1c5f59\"},{\"text\":\"Commitment to Customers\",\"_id\":\"cd89f4e\"},{\"text\":\"Best Quality You Can Get\",\"_id\":\"46beca6\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_self_align\":\"left\",\"icon_color\":\"#4222DC\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3aa09f9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2aeb8e87\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Projects\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#FFFFFF\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"72b9d09e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.313,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":63,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/female-engineers-working-in-industry-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b3a2775\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":17,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"545c94e1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#F6F4EF00\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#F6F4EF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e7facc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a316677\",\"elType\":\"widget\",\"settings\":{\"title\":\"User FAQ\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26113f8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Answering all Your Need with Robot and Machine\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd13e5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"366a1152\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"background_color\":\"#FF8B34\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#00091D\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=bb530d9\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=559a6a9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#00091D\",\"hover_animation\":\"float\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"172175b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"74b7e3b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":68,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system-1.jpg\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_custom_dimension\":{\"width\":\"1110\",\"height\":\"1388\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"771191e1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-210\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28203822\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a399221\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-team-1-light\",\"library\":\"jkiticon\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c77248e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"698e22d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"407d1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a7ebb01\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Professional Team\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67fe732b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1783c148\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45ede912\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"73f523c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"11fb63cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(268, 69, '_elementor_edit_mode', 'builder'),
(269, 69, '_elementor_template_type', 'page'),
(270, 69, '_elementor_version', '3.20.3'),
(271, 69, '_elementor_pro_version', '3.20.2'),
(272, 69, '_elementor_data', '[]'),
(273, 65, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(274, 65, 'template_type', 'single-page'),
(275, 65, 'include_in_zip', '1'),
(276, 65, 'elementor_pro_required', NULL),
(277, 65, 'wp_page_template', 'elementor_canvas'),
(278, 65, '_elementor_import_session_id', '66167b0279566'),
(279, 70, '_elementor_edit_mode', 'builder'),
(280, 70, '_elementor_template_type', 'page'),
(281, 70, '_elementor_version', '3.20.3'),
(282, 70, '_elementor_pro_version', '3.20.2'),
(283, 71, '_wp_attached_file', '2024/04/robot-arms-in-factory.jpg'),
(284, 71, '_elementor_import_session_id', '66167b0279566'),
(285, 71, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:33:\"2024/04/robot-arms-in-factory.jpg\";s:8:\"filesize\";i:384237;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"robot-arms-in-factory-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22462;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"robot-arms-in-factory-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"robot-arms-in-factory-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13862;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"robot-arms-in-factory-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74431;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"robot-arms-in-factory-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197890;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(286, 71, '_elementor_source_image_hash', '672a69e459b3a9bdffc0e7fbfb338084633af990'),
(287, 72, '_wp_attached_file', '2024/04/woman-mechanic-repairing-a-robot-machine-.jpg'),
(288, 72, '_elementor_import_session_id', '66167b0279566'),
(289, 72, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:53:\"2024/04/woman-mechanic-repairing-a-robot-machine-.jpg\";s:8:\"filesize\";i:256536;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"woman-mechanic-repairing-a-robot-machine--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18236;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"woman-mechanic-repairing-a-robot-machine--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76085;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"woman-mechanic-repairing-a-robot-machine--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12079;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"woman-mechanic-repairing-a-robot-machine--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52286;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:55:\"woman-mechanic-repairing-a-robot-machine--1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(290, 72, '_elementor_source_image_hash', '5ff2b9757a7b402cb91f874f5beb92cf84bb185d'),
(291, 73, '_wp_attached_file', '2024/04/robotic-arm.jpg'),
(292, 73, '_elementor_import_session_id', '66167b0279566'),
(293, 73, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:23:\"2024/04/robotic-arm.jpg\";s:8:\"filesize\";i:251582;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"robotic-arm-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15573;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"robotic-arm-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78260;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"robotic-arm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9598;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"robotic-arm-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52574;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"robotic-arm-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(294, 73, '_elementor_source_image_hash', 'fe41526c43b281822c6dfc675bebebea01f03fe7'),
(295, 74, '_wp_attached_file', '2024/04/businessman-checking-industrial-robot-in-high-tech-company.jpg'),
(296, 74, '_elementor_import_session_id', '66167b0279566'),
(297, 74, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:70:\"2024/04/businessman-checking-industrial-robot-in-high-tech-company.jpg\";s:8:\"filesize\";i:256671;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"businessman-checking-industrial-robot-in-high-tech-company-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13129;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"businessman-checking-industrial-robot-in-high-tech-company-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73535;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"businessman-checking-industrial-robot-in-high-tech-company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6410;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"businessman-checking-industrial-robot-in-high-tech-company-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48761;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:72:\"businessman-checking-industrial-robot-in-high-tech-company-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(298, 74, '_elementor_source_image_hash', '15a7b5d61b8412e82fd68babbdb5d4e8343a4786'),
(299, 70, '_elementor_data', '[{\"id\":\"2990a2ae\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":71,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robot-arms-in-factory.jpg\"},\"background_position\":\"top center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"ed0165d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"743d9f1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Robot Installation\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e4ab465\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"Service Detail\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664ad7fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"5\",\"bottom\":\"50\",\"left\":\"5\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3654cb14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":100,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b3dae93\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Robot Installation\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=975ab65\"},\"align_mobile\":\"left\",\"title_color\":\"#0A1931\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66dd0a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pellentesque et scelerisque nunc. Sed vel ipsum auctor, iaculis arcu quis, posuere dui. Duis condimentum nunc metus, maximus porta velit temporin. Intincidunt leo viverra, sodales ex eu, posuere purus. Duis in augue vestibulum, aliquet nulla vitae, tempus tellus.\\u00a0<\\/p>\",\"text_color\":\"#939393\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ac4d4f2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"652dc1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":72,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/woman-mechanic-repairing-a-robot-machine-.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"16ca6b33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"52fa6d6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b2a90e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Flexible & Cost-Effective\",\"_id\":\"5ab231e\"},{\"text\":\"VIP & Annual Pass Programs\",\"_id\":\"ac235e9\"},{\"text\":\"Over 250,000 cleans\",\"_id\":\"6389193\"},{\"text\":\"Satisfaction Guarantee\",\"_id\":\"b4a4f20\"},{\"text\":\"Dedicated So Save Lives\",\"_id\":\"d3cd787\"},{\"text\":\"A Thorough Cleaning of Dash\",\"_id\":\"c095c72\"},{\"text\":\"24\\/7 Available to Service\",\"_id\":\"c73f9da\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cb7c941\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pellentesque et scelerisque nunc. Sed vel ipsum auctor, iaculis arcu quis, posuere dui. Duis condimentum nunc metus, maximus porta velit temporin. Intincidunt leo viverra, sodales ex eu, posuere purus. Duis in augue vestibulum, aliquet nulla vitae, tempus tellus.\\u00a0<\\/p>\",\"text_color\":\"#939393\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54673b8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EAEAEA\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4dc1645d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"7b9f4f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"783b5e88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"89eded3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5b7a47c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.956,\"jet_sticky_column_sticky_enable\":\"\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ffd5fe3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7393fc81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"9e8c217\",\"elType\":\"widget\",\"settings\":{\"title\":\"This Service Include\\n\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55677fe7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Robot Installation\",\"selected_icon\":{\"value\":\"fas fa-wrench\",\"library\":\"fa-solid\"},\"_id\":\"446ddda\"},{\"text\":\"Manual Book\",\"selected_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"_id\":\"ac235e9\"},{\"text\":\"1-Year Guarantee\",\"selected_icon\":{\"value\":\"fas fa-shield-alt\",\"library\":\"fa-solid\"},\"_id\":\"b16ca27\"},{\"text\":\"Electronically & Securely\",\"selected_icon\":{\"value\":\"fas fa-user-shield\",\"library\":\"fa-solid\"},\"_id\":\"69e5a78\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"\"},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#999999\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"110721c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"636d4253\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#0A1931\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_tablet\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\",\"background_overlay_color_b\":\"\"},\"background_image\":{\"id\":73,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robotic-arm.jpg\"},\"background_position\":\"center center\",\"background_xpos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#11131C\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"75c41ae5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need For Some Help ?\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=6f68d26\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1308e4c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet consectetur adipiscing elit dolor sit amet.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659c69b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":74,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/businessman-checking-industrial-robot-in-high-tech-company.jpg\"},\"background_xpos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"37dbefce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"73fb988c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get A Free Consultation With Us\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7719b875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor \",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19c8ebf1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"animation_duration\":\"slow\",\"hover_animation\":\"float\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#FFFFFF\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(300, 75, '_elementor_edit_mode', 'builder'),
(301, 75, '_elementor_template_type', 'page'),
(302, 75, '_elementor_version', '3.20.3'),
(303, 75, '_elementor_pro_version', '3.20.2'),
(304, 75, '_elementor_data', '[]'),
(305, 70, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(306, 70, 'template_type', 'single-page'),
(307, 70, 'include_in_zip', '1'),
(308, 70, 'elementor_pro_required', NULL),
(309, 70, 'wp_page_template', 'elementor_canvas'),
(310, 70, '_elementor_import_session_id', '66167b0279566'),
(311, 76, '_elementor_edit_mode', 'builder'),
(312, 76, '_elementor_template_type', 'page'),
(313, 76, '_elementor_version', '3.20.3'),
(314, 76, '_elementor_pro_version', '3.20.2'),
(315, 77, '_wp_attached_file', '2024/04/worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg'),
(316, 77, '_elementor_import_session_id', '66167b0279566'),
(317, 77, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:74:\"2024/04/worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\";s:8:\"filesize\";i:236886;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"worker-at-machine-in-factory-metal-industry-worker-at-factory--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15439;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"worker-at-machine-in-factory-metal-industry-worker-at-factory--1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"worker-at-machine-in-factory-metal-industry-worker-at-factory--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9304;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"worker-at-machine-in-factory-metal-industry-worker-at-factory--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48737;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:76:\"worker-at-machine-in-factory-metal-industry-worker-at-factory--1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126780;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(318, 77, '_elementor_source_image_hash', 'eac04fec7a7c22a249f2b90cd8dd7951d980efd5');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(319, 76, '_elementor_data', '[{\"id\":\"57df12e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":77,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"69b4a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"75e960f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Service\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ca6dbcc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"Service\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7808a899\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.03,\"sizes\":[]}},\"elements\":[{\"id\":\"6c99138c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"36211c66\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"12adceea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":40},\"elements\":[{\"id\":\"212e5271\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a3f16d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best System Services\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5764709c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3c49ed76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":80},\"elements\":[],\"isInner\":true},{\"id\":\"45fe4bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":120},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f5f6b84\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"a0aba97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":40},\"elements\":[],\"isInner\":true},{\"id\":\"5a4ca0a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":80},\"elements\":[],\"isInner\":true},{\"id\":\"49a900e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":120},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6094e405\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"501d37d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"123488f7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"19dcb251\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"1bb6ffca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"c815bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":120,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"65ed0520\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":160,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"704ac49e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_color_b\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.18,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"19fd4988\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5875622c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client Testimoni\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77bd6eae\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Are Trusted Over 16+ Countries Worldwide\\n\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"title_color\":\"#FFFFFF\",\"_border_color\":\"#61CE70\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f0e36be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24511e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49c862f8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#F6F4EF00\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#F6F4EF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"da36777\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b9a16b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"User FAQ\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2422b845\",\"elType\":\"widget\",\"settings\":{\"title\":\"Answering all Your Need with Robot and Machine\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1964f259\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13de4c6b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"background_color\":\"#FF8B34\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#00091D\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=bb530d9\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=559a6a9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#00091D\",\"hover_animation\":\"float\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"698082d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"7f2d3a26\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":68,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system-1.jpg\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_custom_dimension\":{\"width\":\"1110\",\"height\":\"1388\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"274d57ed\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-210\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e8b35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"710c93d0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-team-1-light\",\"library\":\"jkiticon\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(320, 78, '_elementor_edit_mode', 'builder'),
(321, 78, '_elementor_template_type', 'page'),
(322, 78, '_elementor_version', '3.20.3'),
(323, 78, '_elementor_pro_version', '3.20.2'),
(324, 78, '_elementor_data', '[]'),
(325, 76, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(326, 76, 'template_type', 'single-page'),
(327, 76, 'include_in_zip', '1'),
(328, 76, 'elementor_pro_required', NULL),
(329, 76, 'wp_page_template', 'elementor_canvas'),
(330, 76, '_elementor_import_session_id', '66167b0279566'),
(331, 79, '_elementor_edit_mode', 'builder'),
(332, 79, '_elementor_template_type', 'page'),
(333, 79, '_elementor_version', '3.20.3'),
(334, 79, '_elementor_pro_version', '3.20.2'),
(335, 80, '_wp_attached_file', '2024/04/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg'),
(336, 80, '_elementor_import_session_id', '66167b0279566'),
(337, 80, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:98:\"2024/04/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\";s:8:\"filesize\";i:342838;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:98:\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18197;}s:5:\"large\";a:5:{s:4:\"file\";s:99:\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:98:\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:98:\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61496;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:100:\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171162;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(338, 80, '_elementor_source_image_hash', 'e47aa7baa40511fa4f8b317888476d965bf0f19f'),
(339, 79, '_elementor_data', '[{\"id\":\"65c31b93\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":80,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"747ad158\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"66a68048\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client Question\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba5311e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3524dd1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#F6F4EF00\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#F6F4EF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2f2108c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c1bffb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"User FAQ\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fee5244\",\"elType\":\"widget\",\"settings\":{\"title\":\"Answering all Your Need with Robot and Machine\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9d79cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f3be66e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"dc35c85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":68,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system-1.jpg\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_custom_dimension\":{\"width\":\"1110\",\"height\":\"1388\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"385bb187\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-210\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f1dad20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"22763424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-team-1-light\",\"library\":\"jkiticon\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6eeef10e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"67d85ec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49e15ac0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technical Question\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=975ab65\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22a9b940\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6ad9b5ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cd3a18b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment Question\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=975ab65\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50fbd6e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c2b78e8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":74,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/businessman-checking-industrial-robot-in-high-tech-company.jpg\"},\"background_xpos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"47b25996\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"12edafcc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get A Free Consultation With Us\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b4a3c26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor \",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28e8db15\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"animation_duration\":\"slow\",\"hover_animation\":\"float\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#FFFFFF\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a580786\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.02,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"10012da8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"74184675\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"\"},\"align\":\"center\",\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FF8B34\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d0f7d20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & Articles\\n\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"_border_color\":\"#61CE70\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24f16c99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38e1a233\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"509606\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_duration\":\"slow\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(340, 81, '_elementor_edit_mode', 'builder'),
(341, 81, '_elementor_template_type', 'page'),
(342, 81, '_elementor_version', '3.20.3'),
(343, 81, '_elementor_pro_version', '3.20.2'),
(344, 81, '_elementor_data', '[]'),
(345, 79, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(346, 79, 'template_type', 'single-page'),
(347, 79, 'include_in_zip', '1'),
(348, 79, 'elementor_pro_required', NULL),
(349, 79, 'wp_page_template', 'elementor_canvas'),
(350, 79, '_elementor_import_session_id', '66167b0279566'),
(351, 82, '_elementor_edit_mode', 'builder'),
(352, 82, '_elementor_template_type', 'page'),
(353, 82, '_elementor_version', '3.20.3'),
(354, 82, '_elementor_pro_version', '3.20.2'),
(355, 83, '_wp_attached_file', '2024/04/welding-robotic-for-automotive-assembly-in-factory-.jpg'),
(356, 83, '_elementor_import_session_id', '66167b0279566'),
(357, 83, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1125;s:4:\"file\";s:63:\"2024/04/welding-robotic-for-automotive-assembly-in-factory-.jpg\";s:8:\"filesize\";i:458268;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"welding-robotic-for-automotive-assembly-in-factory--300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18366;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"welding-robotic-for-automotive-assembly-in-factory--1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"welding-robotic-for-automotive-assembly-in-factory--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10066;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"welding-robotic-for-automotive-assembly-in-factory--768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73488;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"welding-robotic-for-automotive-assembly-in-factory--1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216926;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(358, 83, '_elementor_source_image_hash', 'e16f27831dd070519bf82b8afd923fbcbb79338b');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(359, 82, '_elementor_data', '[{\"id\":\"48f6468c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":73,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robotic-arm.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"dd08160\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"12198f15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"856da24\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39f670b0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"57d25edd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":false},{\"id\":\"6250a33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50},\"elements\":[{\"id\":\"92d8cd1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"796b56e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"6784f388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=6f68d26\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d4d018b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":83,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/welding-robotic-for-automotive-assembly-in-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"5d98cf01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"67f3cfd1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Any Question?\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6f68d26\",\"title_color\":\"globals\\/colors?id=bb530d9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ae289ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"457b6f7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"_id\":\"4785a6b\",\"text\":\"(021) 4582 - 3695\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},{\"_id\":\"8a86052\",\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"#0EC9AC\",\"text_color\":\"#FFFFFF\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"16e1160c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"66550aa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"15611ccf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=6f68d26\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(360, 84, '_elementor_edit_mode', 'builder'),
(361, 84, '_elementor_template_type', 'page'),
(362, 84, '_elementor_version', '3.20.3'),
(363, 84, '_elementor_pro_version', '3.20.2'),
(364, 84, '_elementor_data', '[]'),
(365, 82, '_elementor_page_assets', 'a:0:{}'),
(366, 82, 'template_type', 'single-page'),
(367, 82, 'include_in_zip', '1'),
(368, 82, 'elementor_pro_required', NULL),
(369, 82, 'wp_page_template', 'elementor_canvas'),
(370, 82, '_elementor_import_session_id', '66167b0279566'),
(371, 85, '_elementor_edit_mode', 'builder'),
(372, 85, '_elementor_template_type', 'section'),
(373, 85, '_elementor_version', '3.20.3'),
(374, 85, '_elementor_pro_version', '3.20.2'),
(375, 86, '_wp_attached_file', '2024/04/close-up-view-of-the-machine-part.jpg'),
(376, 86, '_elementor_import_session_id', '66167b0279566'),
(377, 86, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1265;s:4:\"file\";s:45:\"2024/04/close-up-view-of-the-machine-part.jpg\";s:8:\"filesize\";i:463331;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"close-up-view-of-the-machine-part-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16726;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"close-up-view-of-the-machine-part-1024x648.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122693;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"close-up-view-of-the-machine-part-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7961;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"close-up-view-of-the-machine-part-768x486.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75820;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"close-up-view-of-the-machine-part-1536x972.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(378, 86, '_elementor_source_image_hash', 'a8523b08adf1be1fcd8dc37c7c1704a041b04c94');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(379, 85, '_elementor_data', '[{\"id\":\"1e20ce5f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":86,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/close-up-view-of-the-machine-part.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"76430766\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"219f3ed2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2f138417\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"52bbc75f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"968994e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1ab2347f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-folder-open\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"187644fd\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45698b29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"159bfe51\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55c61988\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28d5ace9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"1bdc947d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5731e6bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\"},\"link_to\":\"file\",\"image_custom_dimension\":{\"width\":\"670\",\"height\":\"450\"},\"image_size\":\"custom\",\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6914cf35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31d3bb48\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\"},\"link_to\":\"file\",\"image_custom_dimension\":{\"width\":\"670\",\"height\":\"450\"},\"image_size\":\"custom\",\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"200bad47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27b220cd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6def4ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.571,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"435b6d95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tags : \",\"align\":\"left\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":16.798},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_attributes\":\"\",\"custom_css\":\"\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"38f400bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.429,\"content_position\":\"center\",\"content_position_mobile\":\"center\",\"align_tablet\":\"flex-end\",\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-end\",\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"6097a92d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Share This : \",\"align\":\"left\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":16.798},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_attributes\":\"\",\"custom_css\":\"\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6569d242\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color\":\"#E3E3E3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"54baba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50},\"elements\":[{\"id\":\"3522ed31\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"30e8e826\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"55451bd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=6f68d26\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65d58011\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":83,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/welding-robotic-for-automotive-assembly-in-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"280dcc69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"536ee54e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Any Question?\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6f68d26\",\"title_color\":\"globals\\/colors?id=bb530d9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f97ba22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"40c384a6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"_id\":\"4785a6b\",\"text\":\"(021) 4582 - 3695\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},{\"_id\":\"8a86052\",\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"#0EC9AC\",\"text_color\":\"#FFFFFF\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4381ff6e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"5c188eed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"d330724\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=6f68d26\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(380, 87, '_elementor_edit_mode', 'builder'),
(381, 87, '_elementor_template_type', 'section'),
(382, 87, '_elementor_version', '3.20.3'),
(383, 87, '_elementor_pro_version', '3.20.2'),
(384, 87, '_elementor_data', '[]'),
(385, 85, '_elementor_page_assets', 'a:0:{}'),
(386, 85, 'template_type', 'single-post'),
(387, 85, 'include_in_zip', '1'),
(388, 85, 'elementor_pro_required', NULL),
(389, 85, 'wp_page_template', 'elementor_canvas'),
(390, 85, '_elementor_import_session_id', '66167b0279566'),
(391, 88, '_elementor_edit_mode', 'builder'),
(392, 88, '_elementor_template_type', 'page'),
(393, 88, '_elementor_version', '3.20.3'),
(394, 88, '_elementor_pro_version', '3.20.2'),
(395, 89, '_wp_attached_file', '2024/04/team-of-engineers-working-in-robotic-factory-tech-industry-concept.jpg'),
(396, 89, '_elementor_import_session_id', '66167b0279566'),
(397, 89, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:78:\"2024/04/team-of-engineers-working-in-robotic-factory-tech-industry-concept.jpg\";s:8:\"filesize\";i:276202;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"team-of-engineers-working-in-robotic-factory-tech-industry-concept-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16354;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"team-of-engineers-working-in-robotic-factory-tech-industry-concept-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81117;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"team-of-engineers-working-in-robotic-factory-tech-industry-concept-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9661;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"team-of-engineers-working-in-robotic-factory-tech-industry-concept-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54120;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:80:\"team-of-engineers-working-in-robotic-factory-tech-industry-concept-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146303;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(398, 89, '_elementor_source_image_hash', 'c1460f2478e3c7b4027aba8cdb11165ed11c20a7');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(399, 88, '_elementor_data', '[{\"id\":\"4c587ea2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":89,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/team-of-engineers-working-in-robotic-factory-tech-industry-concept.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"7c032b61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1dbd3a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29515c16\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"Team\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5fb92d64\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"1a169bac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"45fc783a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f77cdc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Professional Team\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4377f35c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5301108d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"7104b73b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"266f6ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"653a23f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bdc3f1b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"316be579\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"1b2b9d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"7690c3ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2c4eca\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"gradient\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#14305D00\",\"background_color\":\"#00091D\"},\"elements\":[{\"id\":\"6ffd3b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.687,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"33e8504\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ccbdf9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The One Stop Solution for Your Industries\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=accent\"},\"_border_color\":\"#61CE70\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kanit\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4132680b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57de96d9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"11088e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.517,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b3d2fb5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Constant Improvement\",\"_id\":\"c1c5f59\"},{\"text\":\"Commitment to Customers\",\"_id\":\"cd89f4e\"},{\"text\":\"Best Quality You Can Get\",\"_id\":\"46beca6\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_self_align\":\"left\",\"icon_color\":\"#4222DC\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e3bb9d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f34f838\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Projects\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#FFFFFF\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"23be1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.313,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":63,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/female-engineers-working-in-industry-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bc52e08\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":17,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78634479\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#F6F4EF00\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#F6F4EF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"68d08fec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46b14eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"User FAQ\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267cc26a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Answering all Your Need with Robot and Machine\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e23778c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"687e052d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"background_color\":\"#FF8B34\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#00091D\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=bb530d9\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=559a6a9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#00091D\",\"hover_animation\":\"float\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"69534ed8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5af3fc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":68,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system-1.jpg\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_custom_dimension\":{\"width\":\"1110\",\"height\":\"1388\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43a50073\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-210\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b6b2a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"433256e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-team-1-light\",\"library\":\"jkiticon\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"466b6c6e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"5\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3015006d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"329928d0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"240549da\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"space-between\",\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true},{\"id\":\"6d030402\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"318543fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7997b59c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Quality of Robotic Manufacturing\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"title_color\":\"globals\\/colors?id=559a6a9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f40b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(400, 90, '_elementor_edit_mode', 'builder'),
(401, 90, '_elementor_template_type', 'page'),
(402, 90, '_elementor_version', '3.20.3'),
(403, 90, '_elementor_pro_version', '3.20.2'),
(404, 90, '_elementor_data', '[]'),
(405, 88, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(406, 88, 'template_type', 'single-page'),
(407, 88, 'include_in_zip', '1'),
(408, 88, 'elementor_pro_required', NULL),
(409, 88, 'wp_page_template', 'elementor_canvas'),
(410, 88, '_elementor_import_session_id', '66167b0279566'),
(411, 91, '_elementor_edit_mode', 'builder'),
(412, 91, '_elementor_template_type', 'page'),
(413, 91, '_elementor_version', '3.20.3'),
(414, 91, '_elementor_pro_version', '3.20.2'),
(415, 91, '_elementor_data', '[{\"id\":\"5a05df58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 50.99999999999999, 78, 0.10980392156862745)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22a37be3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3e217f26\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"2f497ecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"27da038f\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"65e87bdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5028aaf6\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"418d5e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a5dd93b\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"43163d3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(416, 92, '_elementor_edit_mode', 'builder'),
(417, 92, '_elementor_template_type', 'page'),
(418, 92, '_elementor_version', '3.20.3'),
(419, 92, '_elementor_pro_version', '3.20.2'),
(420, 92, '_elementor_data', '[]'),
(421, 91, '_elementor_page_assets', 'a:0:{}'),
(422, 91, 'template_type', 'single-page'),
(423, 91, 'include_in_zip', '1'),
(424, 91, 'elementor_pro_required', NULL),
(425, 91, 'wp_page_template', 'elementor_canvas'),
(426, 91, '_elementor_import_session_id', '66167b0279566'),
(427, 93, '_elementor_edit_mode', 'builder'),
(428, 93, '_elementor_template_type', 'page'),
(429, 93, '_elementor_version', '3.20.3'),
(430, 93, '_elementor_pro_version', '3.20.2'),
(431, 94, '_wp_attached_file', '2024/04/technical-worker-performs-maintenance-robotic-arms-on-the-production-line.jpg'),
(432, 94, '_elementor_import_session_id', '66167b0279566'),
(433, 94, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1600;s:4:\"file\";s:85:\"2024/04/technical-worker-performs-maintenance-robotic-arms-on-the-production-line.jpg\";s:8:\"filesize\";i:617455;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"technical-worker-performs-maintenance-robotic-arms-on-the-production-line-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23184;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"technical-worker-performs-maintenance-robotic-arms-on-the-production-line-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157925;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"technical-worker-performs-maintenance-robotic-arms-on-the-production-line-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10465;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"technical-worker-performs-maintenance-robotic-arms-on-the-production-line-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99663;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:87:\"technical-worker-performs-maintenance-robotic-arms-on-the-production-line-1536x1229.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:302963;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(434, 94, '_elementor_source_image_hash', '7c09137b6f9ca8dff53c5b5d30a72a95c437feb4'),
(435, 93, '_elementor_data', '[{\"id\":\"27f1301b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":94,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/technical-worker-performs-maintenance-robotic-arms-on-the-production-line.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"5f57de32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"3b2c1508\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f7ecca4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e75b2b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"47323157\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=250fad5\"}},\"elements\":[],\"isInner\":false},{\"id\":\"7fbe9571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dbe52a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c6cd310\",\"typography_typography\":\"globals\\/typography?id=3522f7f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d35a502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us Now\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"title_color\":\"globals\\/colors?id=559a6a9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d8278d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45e57a61\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"78e9cb7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"7b0ab82c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"30b85938\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2e209370\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"7650ef69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c8a6311\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"gap_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#DBDBDB\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c7fd176\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Our Social Media\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=975ab65\",\"title_color\":\"globals\\/colors?id=559a6a9\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62d3b37e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\",\"__globals__\":{\"item_icon_primary_color\":\"globals\\/colors?id=primary\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"3dbfd36\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"40041f1\",\"__globals__\":{\"item_icon_primary_color\":\"globals\\/colors?id=primary\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#B89161\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=bb530d9\",\"hover_secondary_color\":\"globals\\/colors?id=bb530d9\",\"hover_primary_color\":\"globals\\/colors?id=c6cd310\",\"icon_primary_color\":\"globals\\/colors?id=559a6a9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns_mobile\":\"0\",\"align_mobile\":\"left\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_color\":\"custom\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2929b47c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#B4B4B41C\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2acd295d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1f46ebcc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Raya Puputan No 142, Denpasar\",\"zoom\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":274,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(436, 95, '_elementor_edit_mode', 'builder'),
(437, 95, '_elementor_template_type', 'page'),
(438, 95, '_elementor_version', '3.20.3'),
(439, 95, '_elementor_pro_version', '3.20.2'),
(440, 95, '_elementor_data', '[]'),
(441, 93, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(442, 93, 'template_type', 'single-page'),
(443, 93, 'include_in_zip', '1'),
(444, 93, 'elementor_pro_required', NULL),
(445, 93, 'wp_page_template', 'elementor_canvas'),
(446, 93, '_elementor_import_session_id', '66167b0279566'),
(447, 96, '_elementor_edit_mode', 'builder'),
(448, 96, '_elementor_template_type', 'section'),
(449, 96, '_elementor_version', '3.20.3'),
(450, 96, '_elementor_pro_version', '3.20.2'),
(451, 97, '_wp_attached_file', '2024/04/robotic-arms-along-assembly-line-in-modern-factory-1-1.jpg'),
(452, 97, '_elementor_import_session_id', '66167b0279566'),
(453, 97, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1044;s:4:\"file\";s:66:\"2024/04/robotic-arms-along-assembly-line-in-modern-factory-1-1.jpg\";s:8:\"filesize\";i:271637;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"robotic-arms-along-assembly-line-in-modern-factory-1-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17435;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"robotic-arms-along-assembly-line-in-modern-factory-1-1-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"robotic-arms-along-assembly-line-in-modern-factory-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:10917;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"robotic-arms-along-assembly-line-in-modern-factory-1-1-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59346;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:67:\"robotic-arms-along-assembly-line-in-modern-factory-1-1-1536x802.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(454, 97, '_elementor_source_image_hash', 'ea65cde01b3007be552f66f8cb4405156ae816b2'),
(455, 96, '_elementor_data', '[{\"id\":\"16c0e077\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"content_width\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"10\",\"bottom\":\"220\",\"left\":\"10\",\"isLinked\":false},\"height\":\"full\",\"background_image\":{\"id\":97,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robotic-arms-along-assembly-line-in-modern-factory-1-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"48f56858\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"21a26a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=c6cd310\",\"typography_typography\":\"globals\\/typography?id=c07a62b\"},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78d1b21c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Page Not Found\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"},\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74398da6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The page you are looking for might have been removed had its name changed or is temporarily unavailable\\n\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6829ccb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back To Home\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=bb530d9\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"button_hover_border_color\":\"globals\\/colors?id=bb530d9\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"center\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#00091D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(456, 98, '_elementor_edit_mode', 'builder'),
(457, 98, '_elementor_template_type', 'section'),
(458, 98, '_elementor_version', '3.20.3'),
(459, 98, '_elementor_pro_version', '3.20.2'),
(460, 98, '_elementor_data', '[]'),
(461, 96, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(462, 96, 'template_type', 'single-404'),
(463, 96, 'include_in_zip', '1'),
(464, 96, 'elementor_pro_required', NULL),
(465, 96, 'wp_page_template', 'elementor_canvas'),
(466, 96, '_elementor_import_session_id', '66167b0279566'),
(467, 99, '_elementor_edit_mode', 'builder'),
(468, 99, '_elementor_template_type', 'section'),
(469, 99, '_elementor_version', '3.20.3'),
(470, 99, '_elementor_pro_version', '3.20.2'),
(471, 100, '_wp_attached_file', '2024/04/astrobot-white.png'),
(472, 100, '_elementor_import_session_id', '66167b0279566'),
(473, 100, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1502;s:6:\"height\";i:249;s:4:\"file\";s:26:\"2024/04/astrobot-white.png\";s:8:\"filesize\";i:19138;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"astrobot-white-300x50.png\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6574;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"astrobot-white-1024x170.png\";s:5:\"width\";i:1024;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25221;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"astrobot-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2983;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"astrobot-white-768x127.png\";s:5:\"width\";i:768;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(474, 100, '_elementor_source_image_hash', '158da72bc05bc610089a7029ecf2d8d02101cdc5');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(475, 99, '_elementor_data', '[{\"id\":\"3d59f139\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#83838321\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\",\"shape_divider_top_color\":\"\",\"background_color_b\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top_color\":\"#B7F0F7\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"background_color_b\":\"#F8F8F8\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.02,\"sizes\":[]}},\"elements\":[{\"id\":\"5c846861\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"513f57d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":100,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/astrobot-white.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6135a823\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus delavirot voluptatem accusantium doloremque laudanti totam aperiam inventore veritatis congueu. Olutpat elit nec nisi congue tristique eu at velit.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"688fc9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"40\",\"left\":\"5\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"20429d0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF1F\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"7faea92f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5aa9ef08\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-handset-light\",\"library\":\"jkiticon\"},\"title_text\":\"Phone\",\"description_text\":\"+62 478-2240-190\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align_mobile\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\",\"title_color\":\"globals\\/colors?id=bb530d9\",\"description_typography_typography\":\"globals\\/typography?id=accent\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\",\"description_color\":\"globals\\/colors?id=bb530d9\"},\"title_size\":\"h4\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"eac945e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"6b9f2715\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-email-light\",\"library\":\"jkiticon\"},\"title_text\":\"Email\",\"description_text\":\"admin@support.com\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align_mobile\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\",\"title_color\":\"globals\\/colors?id=bb530d9\",\"description_typography_typography\":\"globals\\/typography?id=accent\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\",\"description_color\":\"globals\\/colors?id=bb530d9\"},\"title_size\":\"h4\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"29165a01\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":34.133,\"_inline_size_tablet\":37},\"elements\":[{\"id\":\"287c8252\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-placeholder2-light\",\"library\":\"jkiticon\"},\"title_text\":\"Location\",\"description_text\":\"Kapten Japa West ST. 1190 DPS, Bali\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align_mobile\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\",\"title_color\":\"globals\\/colors?id=bb530d9\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\",\"description_typography_typography\":\"globals\\/typography?id=accent\",\"description_color\":\"globals\\/colors?id=bb530d9\"},\"title_size\":\"h4\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21286e2a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"4594120\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5683a152\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16abe39f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c266601\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"550caf4\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"468a7db\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"540d80a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"794a195c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Service\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"136910b8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c266601\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"550caf4\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"468a7db\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"300fffea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c608c94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe Newsletter\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c350982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus feria delavirot.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6cbc23\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"background_color_b\":\"#020202\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\"},\"reverse_order_mobile\":\"reverse-mobile\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF1F\"},\"elements\":[{\"id\":\"76834c15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"367b4385\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 Astrobot 2022. All rights reserved.\",\"align\":\"left\",\"align_mobile\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2a3f21b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"60d1f5f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"0e87e7b\",\"item_icon_primary_color\":\"#C24914\",\"__globals__\":{\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"94d1656\"},{\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"_id\":\"fbf9b13\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"44e70da\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=c6cd310\",\"icon_secondary_color\":\"globals\\/colors?id=bb530d9\",\"hover_secondary_color\":\"globals\\/colors?id=c6cd310\",\"hover_primary_color\":\"globals\\/colors?id=bb530d9\",\"hover_border_color\":\"\",\"image_border_color\":\"\"},\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_animation\":\"shrink\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#0A043C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_border_color\":\"#F23801\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(476, 101, '_elementor_edit_mode', 'builder'),
(477, 101, '_elementor_template_type', 'section'),
(478, 101, '_elementor_version', '3.20.3'),
(479, 101, '_elementor_pro_version', '3.20.2'),
(480, 101, '_elementor_data', '[]'),
(481, 99, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(482, 99, 'template_type', 'section-footer'),
(483, 99, 'include_in_zip', '1'),
(484, 99, 'elementor_pro_required', NULL),
(485, 99, 'wp_page_template', 'elementor_canvas'),
(486, 99, '_elementor_import_session_id', '66167b0279566'),
(487, 102, '_elementor_edit_mode', 'builder'),
(488, 102, '_elementor_template_type', 'section'),
(489, 102, '_elementor_version', '3.20.3'),
(490, 102, '_elementor_pro_version', '3.20.2'),
(491, 103, '_wp_attached_file', '2024/04/Astrobot-logo.png'),
(492, 103, '_elementor_import_session_id', '66167b0279566'),
(493, 103, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1502;s:6:\"height\";i:249;s:4:\"file\";s:25:\"2024/04/Astrobot-logo.png\";s:8:\"filesize\";i:20514;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Astrobot-logo-300x50.png\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6482;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Astrobot-logo-1024x170.png\";s:5:\"width\";i:1024;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Astrobot-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3660;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Astrobot-logo-768x127.png\";s:5:\"width\";i:768;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18240;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(494, 103, '_elementor_source_image_hash', 'ed3a02b04c2f411985a23aaf28c348c026a821ed'),
(495, 102, '_elementor_data', '[{\"id\":\"4c0e5fb1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":4,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"4fddb1bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"43d60721\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Need Free Consultation ?\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"}],\"space_between\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"globals\\/typography?id=accent\"},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"31657824\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"background_color\":\"#FFFFFF00\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=78c5299\"},\"hover_animation\":\"float\",\"button_text_color\":\"#00091D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2be34f64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"35fadbf1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"7e3e073\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a0e4434\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"386dc81\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"a4c000f\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=c6cd310\",\"icon_primary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"icon_primary_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2944e789\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":5,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"500b393c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"19721d24\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":103,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/Astrobot-logo.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"image_size\":\"full\",\"align_tablet\":\"center\",\"align_mobile\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4b19a762\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.664,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"_inline_size_mobile\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false},{\"id\":\"4364ec18\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\"},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_inline_size_tablet\":35,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_mobile\":50,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7964f464\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-chat-light\",\"library\":\"jkiticon\"},\"title_text\":\"Get Consultation\",\"description_text\":\"(021) 4582 - 3695\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\",\"primary_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\"},\"primary_color\":\"#FF8B34\",\"title_color\":\"#FFFFFF\",\"text_align_tablet\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_align_mobile\":\"center\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(496, 104, '_elementor_edit_mode', 'builder'),
(497, 104, '_elementor_template_type', 'section'),
(498, 104, '_elementor_version', '3.20.3'),
(499, 104, '_elementor_pro_version', '3.20.2'),
(500, 104, '_elementor_data', '[]'),
(501, 102, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(502, 102, 'template_type', 'section-header'),
(503, 102, 'include_in_zip', '1'),
(504, 102, 'elementor_pro_required', NULL),
(505, 102, 'wp_page_template', 'elementor_canvas'),
(506, 102, '_elementor_import_session_id', '66167b0279566'),
(507, 105, '_elementor_edit_mode', 'builder'),
(508, 105, '_elementor_template_type', 'kit'),
(509, 105, '_elementor_version', '3.20.3'),
(510, 105, '_elementor_pro_version', '3.20.2'),
(511, 105, '_wp_page_template', 'default'),
(512, 105, '_elementor_page_settings', 'a:73:{s:17:\"custom_typography\";a:12:{i:0;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c53de50\";s:5:\"title\";s:4:\"bttn\";}i:1;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3522f7f\";s:5:\"title\";s:10:\"subheading\";}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:38;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2bda2d2\";s:5:\"title\";s:2:\"H2\";}i:3;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:38;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c47d285\";s:5:\"title\";s:2:\"H1\";}i:4;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"f86444e\";s:5:\"title\";s:5:\"H5 22\";}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"6f68d26\";s:5:\"title\";s:5:\"H5 24\";}i:6;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"f007c89\";s:5:\"title\";s:5:\"H3 32\";}i:7;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:120;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.8;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c07a62b\";s:5:\"title\";s:3:\"404\";}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"975ab65\";s:5:\"title\";s:5:\"H4 28\";}i:9;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"ac0baaa\";s:5:\"title\";s:5:\"H6 18\";}i:10;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a216eb2\";s:5:\"title\";s:5:\"H5 20\";}i:11;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"78c5299\";s:5:\"title\";s:11:\"accent bold\";}}s:13:\"custom_colors\";a:3:{i:0;a:3:{s:3:\"_id\";s:7:\"559a6a9\";s:5:\"title\";s:4:\"blck\";s:5:\"color\";s:7:\"#00091D\";}i:1;a:3:{s:3:\"_id\";s:7:\"c6cd310\";s:5:\"title\";s:6:\"orange\";s:5:\"color\";s:7:\"#FF8B34\";}i:2;a:3:{s:3:\"_id\";s:7:\"bb530d9\";s:5:\"title\";s:5:\"white\";s:5:\"color\";s:7:\"#FFFFFF\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#00091D\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF8B34\";}}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:5:\"Kanit\";s:22:\"typography_font_weight\";s:3:\"500\";}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:5:\"Kanit\";s:22:\"typography_font_weight\";s:3:\"500\";}i:2;a:7:{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:7:\"DM Sans\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:3;a:7:{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:7:\"DM Sans\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"DM Sans\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:17:\"link_normal_color\";s:7:\"#FF8B34\";s:16:\"link_hover_color\";s:7:\"#00091D\";s:8:\"h1_color\";s:7:\"#00091D\";s:8:\"h2_color\";s:7:\"#00091D\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Kanit\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"500\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#00091D\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Kanit\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"500\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#00091D\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Kanit\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"500\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#00091D\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Kanit\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#00091D\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Kanit\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#00091D\";s:32:\"form_label_typography_typography\";s:6:\"custom\";s:33:\"form_label_typography_font_family\";s:7:\"DM Sans\";s:31:\"form_label_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:33:\"form_label_typography_font_weight\";s:3:\"600\";s:33:\"form_label_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:34:\"form_label_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_color\";s:7:\"#D6D6D6\";s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:38;s:5:\"sizes\";a:0:{}}s:26:\"button_border_width_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:21:\"button_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:40:\"form_label_typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.2;s:5:\"sizes\";a:0:{}}s:30:\"form_field_border_width_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=c6cd310\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=559a6a9\";s:8:\"h1_color\";s:25:\"globals/colors?id=559a6a9\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=2bda2d2\";s:8:\"h3_color\";s:25:\"globals/colors?id=559a6a9\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=f007c89\";s:8:\"h4_color\";s:25:\"globals/colors?id=559a6a9\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=975ab65\";s:8:\"h5_color\";s:25:\"globals/colors?id=559a6a9\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=6f68d26\";s:8:\"h6_color\";s:25:\"globals/colors?id=559a6a9\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=ac0baaa\";s:16:\"form_label_color\";s:25:\"globals/colors?id=primary\";s:32:\"form_label_typography_typography\";s:0:\"\";s:32:\"form_field_typography_typography\";s:26:\"globals/typography?id=text\";s:21:\"form_field_text_color\";s:22:\"globals/colors?id=text\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=bb530d9\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=c53de50\";s:17:\"button_text_color\";s:25:\"globals/colors?id=bb530d9\";s:23:\"button_background_color\";s:25:\"globals/colors?id=c6cd310\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=c47d285\";}s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}}'),
(513, 106, '_elementor_edit_mode', 'builder'),
(514, 106, '_elementor_template_type', 'section'),
(515, 106, '_elementor_version', '3.20.3'),
(516, 106, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(517, 106, '_elementor_data', '[{\"id\":\"473b9c7d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":59,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robotic-arms-along-assembly-line-in-modern-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_bg_width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":0,\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_size_tablet\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center right\",\"background_slideshow_ken_burns\":\"yes\",\"background_color\":\"#6EC1E400\",\"background_overlay_color\":\"#00091DBF\"},\"elements\":[{\"id\":\"2a657fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false},\"_inline_size_tablet\":65,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"49\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d53b68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua Ut enim ad minim nostrud\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=text\"},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3e9cf6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"587c96aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.127,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":48,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"471df658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"left\",\"icon_align\":\"right\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"border_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"background_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=559a6a9\",\"hover_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=559a6a9\"},\"border_color\":\"#6EC1E4\",\"hover_animation\":\"float\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"264a891a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.873,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":52,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"46552092\",\"elType\":\"widget\",\"settings\":{\"text\":\"Watch Video\",\"align\":\"right\",\"background_color\":\"#FD9E0100\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=559a6a9\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":10,\"hover_animation\":\"float\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"hover_color\":\"#FF8B34\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53248196\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_color\":\"#1A1A1A\",\"background_color_b\":\"#060606\",\"background_overlay_color\":\"#1A1A1A00\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"5\",\"bottom\":\"50\",\"left\":\"5\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"6403361\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7e2fb669\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"gap\":\"no\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"248a3dca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57614962\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":60,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/industrial-robots.jpg\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"167cb164\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"424c57b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":61,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system.jpg\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"313575ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"content_position\":\"bottom\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73367034\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Astrobot\",\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c6cd310\",\"typography_typography\":\"globals\\/typography?id=3522f7f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c254dc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide The Best Service for the Modern Industry\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"990002e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"255ebd09\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"12500fa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.794,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":62,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_position\":\"center center\"},\"elements\":[{\"id\":\"3905d142\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"21cc4b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.204,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259d1cf\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"5\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"4758a51c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7563da29\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"569b2a62\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"space-between\",\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true},{\"id\":\"79b06938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"533d3d69\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"628cf17d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Quality of Robotic Manufacturing\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"title_color\":\"globals\\/colors?id=559a6a9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51cd6540\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e5da50e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"gradient\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#14305D00\"},\"elements\":[{\"id\":\"50d06baa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.687,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=1af9940\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"6baaa56d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1feb5481\",\"elType\":\"widget\",\"settings\":{\"title\":\"The One Stop Solution for Your Industries\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"_border_color\":\"#61CE70\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d8c4702\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"64fab862\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"24c0e372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.517,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"602ec5db\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Constant Improvement\",\"_id\":\"c1c5f59\"},{\"text\":\"Commitment to Customers\",\"_id\":\"cd89f4e\"},{\"text\":\"Best Quality You Can Get\",\"_id\":\"46beca6\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_self_align\":\"left\",\"icon_color\":\"#4222DC\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1e60e89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a0d8bd7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Projects\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#FFFFFF\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"44a9ad44\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.313,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":63,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/female-engineers-working-in-industry-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"372c09a6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":17,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3326051d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.03,\"sizes\":[]}},\"elements\":[{\"id\":\"5726d684\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f7bddd2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"23c01a22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":40},\"elements\":[{\"id\":\"3a596f05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74c63c29\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best System Services\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4837ab46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"296876c8\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Services\",\"align\":\"left\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=c53de50\",\"background_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=bb530d9\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=559a6a9\"},\"background_color\":\"#FF8B34\",\"hover_animation\":\"float\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_background_hover_color\":\"#00091D\",\"button_hover_border_color\":\"#00091D\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"75a92430\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":80},\"elements\":[],\"isInner\":true},{\"id\":\"7d0f42d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":120},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"267b6a6f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"23fb8cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":40},\"elements\":[],\"isInner\":true},{\"id\":\"78024cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":80},\"elements\":[],\"isInner\":true},{\"id\":\"b9b9443\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":120},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"253b3de6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fa737c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49acece3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2e59fbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"65440c5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"6006625f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":120,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"77181745\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":160,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67d69e9f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_color_b\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.18,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"119cefbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ecc7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client Testimoni\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"160fda52\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Are Trusted Over 16+ Countries Worldwide\\n\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"title_color\":\"#FFFFFF\",\"_border_color\":\"#61CE70\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57e78e02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5940b6c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"28dcf830\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.02,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"15ef1d55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7ffd1c6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"\"},\"align\":\"center\",\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FF8B34\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40351ac0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & Articles\\n\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"_border_color\":\"#61CE70\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50c14f43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"817fbfe\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"595ee3f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_duration\":\"slow\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(518, 106, '_elementor_page_assets', 'a:0:{}'),
(519, 106, '_elementor_import_session_id', '66167b0279566'),
(520, 58, '_elementor_controls_usage', 'a:8:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;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:7;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:5;s:21:\"_element_custom_width\";i:1;s:8:\"_padding\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:8:{s:22:\"typography_line_height\";i:5;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:23:\"typography_word_spacing\";i:2;s:20:\"typography_font_size\";i:1;s:5:\"align\";i:2;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:5;s:32:\"drop_cap_typography_word_spacing\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:10:\"icon_align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:5:\"align\";i:4;s:12:\"border_width\";i:3;s:13:\"border_radius\";i:4;s:12:\"text_padding\";i:4;s:12:\"border_color\";i:3;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:2;s:29:\"button_background_hover_color\";i:2;s:25:\"button_hover_border_color\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:1;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_element_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:32;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:32;s:16:\"content_position\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:24;s:7:\"padding\";i:4;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}s:15:\"section_effects\";a:3:{s:18:\"animation_duration\";i:13;s:9:\"animation\";i:10;s:15:\"animation_delay\";i:10;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:10:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:1;s:16:\"background_image\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:19:\"background_position\";i:2;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:15:\"background_xpos\";i:1;}s:14:\"section_border\";a:3:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:13:\"border_radius\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_image\";i:1;s:18:\"overlay_blend_mode\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:10;s:16:\"content_position\";i:6;s:13:\"content_width\";i:10;s:6:\"layout\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:13;s:7:\"padding\";i:8;s:7:\"z_index\";i:2;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:2;s:20:\"reverse_order_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:14:{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:19:\"background_bg_width\";i:1;s:36:\"background_slideshow_background_size\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:3;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;}s:26:\"section_background_overlay\";a:12:{s:29:\"background_overlay_background\";i:3;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:2;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:26:\"background_overlay_opacity\";i:5;s:24:\"background_overlay_color\";i:2;s:27:\"background_overlay_position\";i:2;s:25:\"background_overlay_repeat\";i:2;s:23:\"background_overlay_size\";i:2;s:24:\"background_overlay_image\";i:1;s:18:\"overlay_blend_mode\";i:1;}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:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}s:5:\"style\";a:2:{s:21:\"section_style_caption\";a:2:{s:30:\"caption_typography_line_height\";i:2;s:31:\"caption_typography_word_spacing\";i:2;}s:19:\"section_style_image\";a:2:{s:6:\"height\";i:1;s:10:\"object-fit\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;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:12;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:6;}s:15:\"_section_border\";a:2:{s:14:\"_border_radius\";i:6;s:13:\"_border_color\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:3;s:5:\"align\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:4:{s:9:\"icon_size\";i:1;s:15:\"icon_self_align\";i:1;s:10:\"icon_color\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(521, 107, '_elementor_edit_mode', 'builder'),
(522, 107, '_elementor_template_type', 'page'),
(523, 107, '_elementor_version', '3.20.3'),
(524, 107, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(525, 107, '_elementor_data', '[{\"id\":\"3495d979\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":66,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"5ec39292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"3a746f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16159824\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d831d59\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_color\":\"#1A1A1A\",\"background_color_b\":\"#060606\",\"background_overlay_color\":\"#1A1A1A00\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"5\",\"bottom\":\"30\",\"left\":\"5\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"26bc8cb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"35ecab53\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Astrobot\",\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c6cd310\",\"typography_typography\":\"globals\\/typography?id=3522f7f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ed91f0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Whatever Your Industry You Can Make it Automated and Fast\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71bcaf10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"78b310dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\"},\"elements\":[{\"id\":\"4233af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35.24,\"content_position\":\"center\",\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"f095375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.76,\"_inline_size_tablet\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56b9ae0a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":67,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/marlie-cassavania.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"20d7ceca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\"},\"elements\":[{\"id\":\"17118a42\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"gap\":\"no\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"2c9c417c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"263b2529\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":60,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/industrial-robots.jpg\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e21d8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"4767dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":61,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system.jpg\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"41cd0459\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"3eaf2d52\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"404b1916\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":62,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3269cec6\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"5\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"bb6eb7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d7bdff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2dd297d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"space-between\",\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true},{\"id\":\"3885f9ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f41127\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b695a21\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Quality of Robotic Manufacturing\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"title_color\":\"globals\\/colors?id=559a6a9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66379a8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fb4cd26\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"gradient\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#14305D00\",\"background_color\":\"#00091D\"},\"elements\":[{\"id\":\"6c994416\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.687,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"20c147d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24dcb506\",\"elType\":\"widget\",\"settings\":{\"title\":\"The One Stop Solution for Your Industries\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=accent\"},\"_border_color\":\"#61CE70\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kanit\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37df534f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9df854b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3c9c1f86\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.517,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f3b78c9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Constant Improvement\",\"_id\":\"c1c5f59\"},{\"text\":\"Commitment to Customers\",\"_id\":\"cd89f4e\"},{\"text\":\"Best Quality You Can Get\",\"_id\":\"46beca6\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_self_align\":\"left\",\"icon_color\":\"#4222DC\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3aa09f9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2aeb8e87\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Projects\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#FFFFFF\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"72b9d09e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.313,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":63,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/female-engineers-working-in-industry-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b3a2775\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":17,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"545c94e1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#F6F4EF00\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#F6F4EF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e7facc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a316677\",\"elType\":\"widget\",\"settings\":{\"title\":\"User FAQ\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26113f8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Answering all Your Need with Robot and Machine\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd13e5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"366a1152\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"background_color\":\"#FF8B34\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#00091D\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=bb530d9\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=559a6a9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#00091D\",\"hover_animation\":\"float\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"172175b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"74b7e3b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":68,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system-1.jpg\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_custom_dimension\":{\"width\":\"1110\",\"height\":\"1388\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"771191e1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-210\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28203822\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a399221\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-team-1-light\",\"library\":\"jkiticon\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c77248e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"698e22d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"407d1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a7ebb01\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Professional Team\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67fe732b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1783c148\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45ede912\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"73f523c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"11fb63cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(526, 107, '_elementor_page_assets', 'a:0:{}'),
(527, 107, '_elementor_import_session_id', '66167b0279566'),
(528, 65, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:11;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:11;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:5:\"align\";i:3;s:22:\"typography_line_height\";i:1;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:23:\"typography_word_spacing\";i:1;s:11:\"title_color\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:5;}s:15:\"_section_border\";a:2:{s:14:\"_border_radius\";i:5;s:13:\"_border_color\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:2;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:4:{s:10:\"icon_color\";i:2;s:9:\"icon_size\";i:1;s:15:\"icon_self_align\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:22;s:5:\"align\";i:7;s:16:\"content_position\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:16;s:7:\"padding\";i:5;}s:15:\"section_effects\";a:1:{s:18:\"animation_duration\";i:3;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:10:{s:21:\"background_background\";i:4;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:15:\"background_xpos\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_image\";i:1;s:18:\"overlay_blend_mode\";i:1;s:24:\"background_overlay_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:15:\"background_ypos\";i:1;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:3;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:2;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;}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:16:\"section_advanced\";a:2:{s:6:\"margin\";i:9;s:7:\"padding\";i:7;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:3;s:20:\"reverse_order_mobile\";i:3;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:7;s:3:\"gap\";i:7;s:16:\"content_position\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:4;s:21:\"_element_custom_width\";i:1;s:8:\"_padding\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:8:{s:22:\"typography_line_height\";i:5;s:23:\"typography_word_spacing\";i:3;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:5:\"align\";i:1;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:5;s:32:\"drop_cap_typography_word_spacing\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:4:{s:7:\"opacity\";i:1;s:6:\"height\";i:3;s:10:\"object-fit\";i:3;s:19:\"image_border_radius\";i:1;}s:21:\"section_style_caption\";a:2:{s:30:\"caption_typography_line_height\";i:4;s:31:\"caption_typography_word_spacing\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;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:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:13:\"border_radius\";i:2;s:12:\"text_padding\";i:2;s:5:\"align\";i:2;s:15:\"hover_animation\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:23:\"typography_word_spacing\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:25:\"button_hover_border_color\";i:2;s:11:\"hover_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:15:\"section_effects\";a:2:{s:18:\"animation_duration\";i:2;s:10:\"_animation\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:4:\"icon\";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:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:4:\"size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}}}}}'),
(529, 108, '_elementor_edit_mode', 'builder'),
(530, 108, '_elementor_template_type', 'page'),
(531, 108, '_elementor_version', '3.20.3'),
(532, 108, '_elementor_pro_version', '3.20.2'),
(533, 108, '_elementor_data', '[{\"id\":\"2990a2ae\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":71,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robot-arms-in-factory.jpg\"},\"background_position\":\"top center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"ed0165d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"743d9f1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Robot Installation\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e4ab465\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"Service Detail\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"664ad7fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"5\",\"bottom\":\"50\",\"left\":\"5\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3654cb14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":100,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b3dae93\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Robot Installation\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=975ab65\"},\"align_mobile\":\"left\",\"title_color\":\"#0A1931\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66dd0a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pellentesque et scelerisque nunc. Sed vel ipsum auctor, iaculis arcu quis, posuere dui. Duis condimentum nunc metus, maximus porta velit temporin. Intincidunt leo viverra, sodales ex eu, posuere purus. Duis in augue vestibulum, aliquet nulla vitae, tempus tellus.\\u00a0<\\/p>\",\"text_color\":\"#939393\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ac4d4f2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"652dc1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":72,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/woman-mechanic-repairing-a-robot-machine-.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"16ca6b33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"52fa6d6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b2a90e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Flexible & Cost-Effective\",\"_id\":\"5ab231e\"},{\"text\":\"VIP & Annual Pass Programs\",\"_id\":\"ac235e9\"},{\"text\":\"Over 250,000 cleans\",\"_id\":\"6389193\"},{\"text\":\"Satisfaction Guarantee\",\"_id\":\"b4a4f20\"},{\"text\":\"Dedicated So Save Lives\",\"_id\":\"d3cd787\"},{\"text\":\"A Thorough Cleaning of Dash\",\"_id\":\"c095c72\"},{\"text\":\"24\\/7 Available to Service\",\"_id\":\"c73f9da\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cb7c941\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pellentesque et scelerisque nunc. Sed vel ipsum auctor, iaculis arcu quis, posuere dui. Duis condimentum nunc metus, maximus porta velit temporin. Intincidunt leo viverra, sodales ex eu, posuere purus. Duis in augue vestibulum, aliquet nulla vitae, tempus tellus.\\u00a0<\\/p>\",\"text_color\":\"#939393\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54673b8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EAEAEA\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4dc1645d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"7b9f4f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"783b5e88\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"89eded3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5b7a47c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.956,\"jet_sticky_column_sticky_enable\":\"\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ffd5fe3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7393fc81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"9e8c217\",\"elType\":\"widget\",\"settings\":{\"title\":\"This Service Include\\n\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55677fe7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Robot Installation\",\"selected_icon\":{\"value\":\"fas fa-wrench\",\"library\":\"fa-solid\"},\"_id\":\"446ddda\"},{\"text\":\"Manual Book\",\"selected_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"_id\":\"ac235e9\"},{\"text\":\"1-Year Guarantee\",\"selected_icon\":{\"value\":\"fas fa-shield-alt\",\"library\":\"fa-solid\"},\"_id\":\"b16ca27\"},{\"text\":\"Electronically & Securely\",\"selected_icon\":{\"value\":\"fas fa-user-shield\",\"library\":\"fa-solid\"},\"_id\":\"69e5a78\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"\"},\"icon_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_color\":\"#999999\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"110721c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"636d4253\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#0A1931\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_tablet\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\",\"background_overlay_color_b\":\"\"},\"background_image\":{\"id\":73,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robotic-arm.jpg\"},\"background_position\":\"center center\",\"background_xpos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#11131C\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"75c41ae5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need For Some Help ?\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=6f68d26\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1308e4c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet consectetur adipiscing elit dolor sit amet.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659c69b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":74,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/businessman-checking-industrial-robot-in-high-tech-company.jpg\"},\"background_xpos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"37dbefce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"73fb988c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get A Free Consultation With Us\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7719b875\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor \",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19c8ebf1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"animation_duration\":\"slow\",\"hover_animation\":\"float\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#FFFFFF\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(534, 108, '_elementor_page_assets', 'a:0:{}'),
(535, 108, '_elementor_import_session_id', '66167b0279566'),
(536, 70, '_elementor_controls_usage', 'a:8:{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:2:{s:5:\"align\";i:3;s:11:\"title_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:3;s:10:\"icon_align\";i:3;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:11:\"text_indent\";i:2;}s:18:\"section_text_style\";a:3:{s:27:\"icon_typography_line_height\";i:2;s:28:\"icon_typography_word_spacing\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:11;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:5;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;}s:14:\"section_border\";a:5:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:13:\"border_radius\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;s:15:\"background_ypos\";i:2;s:16:\"background_color\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_xpos\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:2;}s:14:\"section_border\";a:3:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:13:\"border_radius\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:5;s:7:\"padding\";i:4;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:3;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;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:2:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:3;s:22:\"typography_line_height\";i:4;s:23:\"typography_word_spacing\";i:3;s:5:\"align\";i:1;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:4;s:32:\"drop_cap_typography_word_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}s:18:\"section_text_style\";a:2:{s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:16:{s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:5:\"align\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:15:\"hover_animation\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:18:\"animation_duration\";i:1;s:10:\"_animation\";i:1;}}}}}'),
(537, 109, '_elementor_edit_mode', 'builder'),
(538, 109, '_elementor_template_type', 'page');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(539, 109, '_elementor_version', '3.20.3'),
(540, 109, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(541, 109, '_elementor_data', '[{\"id\":\"57df12e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":77,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"69b4a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"75e960f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Service\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ca6dbcc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"Service\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7808a899\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.03,\"sizes\":[]}},\"elements\":[{\"id\":\"6c99138c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"36211c66\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"12adceea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":40},\"elements\":[{\"id\":\"212e5271\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a3f16d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best System Services\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5764709c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3c49ed76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":80},\"elements\":[],\"isInner\":true},{\"id\":\"45fe4bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":120},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f5f6b84\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"a0aba97\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":40},\"elements\":[],\"isInner\":true},{\"id\":\"5a4ca0a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":80},\"elements\":[],\"isInner\":true},{\"id\":\"49a900e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":120},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6094e405\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"501d37d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"123488f7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"19dcb251\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"1bb6ffca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"c815bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":120,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"65ed0520\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":160,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"704ac49e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_color_b\":\"\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.18,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"19fd4988\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5875622c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client Testimoni\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77bd6eae\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Are Trusted Over 16+ Countries Worldwide\\n\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"title_color\":\"#FFFFFF\",\"_border_color\":\"#61CE70\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f0e36be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"24511e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49c862f8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#F6F4EF00\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#F6F4EF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"da36777\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b9a16b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"User FAQ\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2422b845\",\"elType\":\"widget\",\"settings\":{\"title\":\"Answering all Your Need with Robot and Machine\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1964f259\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13de4c6b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"background_color\":\"#FF8B34\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#00091D\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=bb530d9\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=559a6a9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#00091D\",\"hover_animation\":\"float\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"698082d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"7f2d3a26\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":68,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system-1.jpg\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_custom_dimension\":{\"width\":\"1110\",\"height\":\"1388\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"274d57ed\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-210\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54e8b35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"710c93d0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-team-1-light\",\"library\":\"jkiticon\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(542, 109, '_elementor_page_assets', 'a:0:{}'),
(543, 109, '_elementor_import_session_id', '66167b0279566'),
(544, 76, '_elementor_controls_usage', 'a:8:{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:1:{s:5:\"title\";i:7;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:5:\"align\";i:1;s:11:\"title_color\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:3;}s:15:\"_section_border\";a:2:{s:14:\"_border_radius\";i:3;s:13:\"_border_color\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:18;s:5:\"align\";i:2;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:13;s:7:\"padding\";i:3;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:10;s:18:\"animation_duration\";i:10;s:15:\"animation_delay\";i:10;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:15:\"background_ypos\";i:1;s:21:\"background_color_stop\";i:2;s:18:\"background_color_b\";i:2;s:16:\"background_color\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;}s:26:\"section_background_overlay\";a:9:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:3;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:23:\"background_overlay_size\";i:3;s:26:\"background_overlay_opacity\";i:3;s:25:\"background_overlay_repeat\";i:2;s:24:\"background_overlay_image\";i:1;s:18:\"overlay_blend_mode\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:6;s:7:\"padding\";i:6;s:7:\"z_index\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:6;s:3:\"gap\";i:3;s:16:\"content_position\";i:5;s:6:\"layout\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;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:2:{s:13:\"section_style\";a:4:{s:5:\"align\";i:1;s:22:\"typography_line_height\";i:2;s:10:\"text_color\";i:1;s:23:\"typography_word_spacing\";i:1;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:2;s:32:\"drop_cap_typography_word_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:5:\"align\";i:1;s:16:\"background_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}s:21:\"section_style_caption\";a:2:{s:30:\"caption_typography_line_height\";i:1;s:31:\"caption_typography_word_spacing\";i:1;}}}}s:4:\"icon\";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:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:4:\"size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}}}}}'),
(545, 110, '_elementor_edit_mode', 'builder'),
(546, 110, '_elementor_template_type', 'page'),
(547, 110, '_elementor_version', '3.20.3'),
(548, 110, '_elementor_pro_version', '3.20.2'),
(549, 110, '_elementor_data', '[{\"id\":\"65c31b93\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":80,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"747ad158\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"66a68048\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client Question\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba5311e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3524dd1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#F6F4EF00\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#F6F4EF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2f2108c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c1bffb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"User FAQ\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fee5244\",\"elType\":\"widget\",\"settings\":{\"title\":\"Answering all Your Need with Robot and Machine\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9d79cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f3be66e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"dc35c85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":68,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system-1.jpg\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_custom_dimension\":{\"width\":\"1110\",\"height\":\"1388\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"385bb187\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-210\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f1dad20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"22763424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-team-1-light\",\"library\":\"jkiticon\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6eeef10e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"67d85ec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49e15ac0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technical Question\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=975ab65\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22a9b940\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6ad9b5ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cd3a18b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment Question\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=975ab65\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50fbd6e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c2b78e8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":74,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/businessman-checking-industrial-robot-in-high-tech-company.jpg\"},\"background_xpos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"47b25996\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"12edafcc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get A Free Consultation With Us\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b4a3c26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor \",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28e8db15\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"animation_duration\":\"slow\",\"hover_animation\":\"float\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#FFFFFF\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a580786\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.02,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"10012da8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"74184675\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"\"},\"align\":\"center\",\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FF8B34\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d0f7d20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & Articles\\n\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"_border_color\":\"#61CE70\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24f16c99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38e1a233\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"509606\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_duration\":\"slow\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(550, 110, '_elementor_page_assets', 'a:0:{}'),
(551, 110, '_elementor_import_session_id', '66167b0279566'),
(552, 79, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;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:8;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:5:\"align\";i:4;s:11:\"title_color\";i:1;}}s:8:\"advanced\";a:3:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:2;}s:15:\"_section_border\";a:2:{s:14:\"_border_radius\";i:2;s:13:\"_border_color\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:9;s:5:\"align\";i:4;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:4;}s:15:\"section_effects\";a:1:{s:18:\"animation_duration\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:13:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;s:15:\"background_ypos\";i:2;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_xpos\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:3;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:3;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:6;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:2;s:20:\"reverse_order_mobile\";i:2;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:6;s:16:\"content_position\";i:2;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;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:5;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:3;s:22:\"typography_line_height\";i:4;s:23:\"typography_word_spacing\";i:3;s:5:\"align\";i:2;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:4;s:32:\"drop_cap_typography_word_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}s:21:\"section_style_caption\";a:2:{s:30:\"caption_typography_line_height\";i:1;s:31:\"caption_typography_word_spacing\";i:1;}}}}s:4:\"icon\";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:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:4:\"size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:16:{s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:5:\"align\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:15:\"hover_animation\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:18:\"animation_duration\";i:1;s:10:\"_animation\";i:1;}}}}}'),
(553, 111, '_elementor_edit_mode', 'builder'),
(554, 111, '_elementor_template_type', 'page'),
(555, 111, '_elementor_version', '3.20.3'),
(556, 111, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(557, 111, '_elementor_data', '[{\"id\":\"48f6468c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":73,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robotic-arm.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"dd08160\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"12198f15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"856da24\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39f670b0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"57d25edd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":false},{\"id\":\"6250a33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50},\"elements\":[{\"id\":\"92d8cd1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"796b56e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"6784f388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=6f68d26\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d4d018b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":83,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/welding-robotic-for-automotive-assembly-in-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"5d98cf01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"67f3cfd1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Any Question?\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6f68d26\",\"title_color\":\"globals\\/colors?id=bb530d9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ae289ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"457b6f7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"_id\":\"4785a6b\",\"text\":\"(021) 4582 - 3695\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},{\"_id\":\"8a86052\",\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"#0EC9AC\",\"text_color\":\"#FFFFFF\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"16e1160c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"66550aa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"15611ccf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=6f68d26\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(558, 111, '_elementor_page_assets', 'a:0:{}'),
(559, 111, '_elementor_import_session_id', '66167b0279566'),
(560, 82, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:2;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:2;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:2:{s:10:\"text_color\";i:1;s:27:\"icon_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:3;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:21:\"box_shadow_box_shadow\";i:3;s:26:\"box_shadow_box_shadow_type\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:3;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:3;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:2;s:3:\"gap\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:10:\"text_color\";i:1;s:22:\"typography_line_height\";i:1;}s:16:\"section_drop_cap\";a:1:{s:31:\"drop_cap_typography_line_height\";i:1;}}}}}'),
(561, 112, '_elementor_edit_mode', 'builder'),
(562, 112, '_elementor_template_type', 'section'),
(563, 112, '_elementor_version', '3.20.3'),
(564, 112, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(565, 112, '_elementor_data', '[{\"id\":\"1e20ce5f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":86,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/close-up-view-of-the-machine-part.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"76430766\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"219f3ed2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2f138417\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"52bbc75f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"968994e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1ab2347f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-folder-open\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"187644fd\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45698b29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"159bfe51\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55c61988\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28d5ace9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"1bdc947d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5731e6bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\"},\"link_to\":\"file\",\"image_custom_dimension\":{\"width\":\"670\",\"height\":\"450\"},\"image_size\":\"custom\",\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6914cf35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31d3bb48\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":80,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\"},\"link_to\":\"file\",\"image_custom_dimension\":{\"width\":\"670\",\"height\":\"450\"},\"image_size\":\"custom\",\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"200bad47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27b220cd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6def4ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.571,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"435b6d95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tags : \",\"align\":\"left\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":16.798},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_attributes\":\"\",\"custom_css\":\"\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"38f400bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.429,\"content_position\":\"center\",\"content_position_mobile\":\"center\",\"align_tablet\":\"flex-end\",\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-end\",\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"6097a92d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Share This : \",\"align\":\"left\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":16.798},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_attributes\":\"\",\"custom_css\":\"\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6569d242\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color\":\"#E3E3E3\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"54baba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50},\"elements\":[{\"id\":\"3522ed31\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"30e8e826\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"55451bd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=6f68d26\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65d58011\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":83,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/welding-robotic-for-automotive-assembly-in-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"280dcc69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"536ee54e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Any Question?\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6f68d26\",\"title_color\":\"globals\\/colors?id=bb530d9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f97ba22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"40c384a6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"_id\":\"4785a6b\",\"text\":\"(021) 4582 - 3695\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},{\"_id\":\"8a86052\",\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"#0EC9AC\",\"text_color\":\"#FFFFFF\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4381ff6e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"5c188eed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"d330724\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=6f68d26\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(566, 112, '_elementor_page_assets', 'a:0:{}'),
(567, 112, '_elementor_import_session_id', '66167b0279566'),
(568, 85, '_elementor_controls_usage', 'a:8:{s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:5:\"align\";i:3;s:4:\"size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:3;s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:11;s:5:\"align\";i:3;s:16:\"content_position\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:3;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:21:\"box_shadow_box_shadow\";i:3;s:26:\"box_shadow_box_shadow_type\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:6;s:13:\"content_width\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:7;s:7:\"padding\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:2;}s:14:\"section_border\";a:4:{s:12:\"border_width\";i:1;s:13:\"border_radius\";i:3;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;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:6;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:22:\"typography_line_height\";i:6;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}s:16:\"section_drop_cap\";a:1:{s:31:\"drop_cap_typography_line_height\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:2;s:14:\"_element_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:2;s:21:\"_element_width_tablet\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:7:\"link_to\";i:2;s:22:\"image_custom_dimension\";i:2;s:10:\"image_size\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_style_caption\";a:1:{s:30:\"caption_typography_line_height\";i:2;}}}}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:2:{s:5:\"align\";i:1;s:4:\"text\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_text_style\";a:1:{s:22:\"typography_line_height\";i:1;}s:21:\"section_divider_style\";a:1:{s:5:\"color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:11:\"text_indent\";i:1;s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:2:{s:10:\"text_color\";i:1;s:27:\"icon_typography_line_height\";i:1;}}}}}'),
(569, 113, '_elementor_edit_mode', 'builder'),
(570, 113, '_elementor_template_type', 'page'),
(571, 113, '_elementor_version', '3.20.3'),
(572, 113, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(573, 113, '_elementor_data', '[{\"id\":\"4c587ea2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":89,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/team-of-engineers-working-in-robotic-factory-tech-industry-concept.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"7c032b61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1dbd3a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29515c16\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"Team\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5fb92d64\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"1a169bac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"45fc783a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f77cdc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Professional Team\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4377f35c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5301108d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"7104b73b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"266f6ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"653a23f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bdc3f1b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"316be579\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"1b2b9d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true},{\"id\":\"7690c3ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2c4eca\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"gradient\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_b\":\"#14305D00\",\"background_color\":\"#00091D\"},\"elements\":[{\"id\":\"6ffd3b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.687,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"overlay_blend_mode\":\"multiply\"},\"elements\":[{\"id\":\"33e8504\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ccbdf9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The One Stop Solution for Your Industries\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\",\"_border_color\":\"globals\\/colors?id=accent\"},\"_border_color\":\"#61CE70\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kanit\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4132680b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57de96d9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"11088e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.517,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b3d2fb5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Constant Improvement\",\"_id\":\"c1c5f59\"},{\"text\":\"Commitment to Customers\",\"_id\":\"cd89f4e\"},{\"text\":\"Best Quality You Can Get\",\"_id\":\"46beca6\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_self_align\":\"left\",\"icon_color\":\"#4222DC\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e3bb9d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f34f838\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Projects\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#FFFFFF\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"23be1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.313,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":63,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/female-engineers-working-in-industry-factory-.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bc52e08\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":17,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78634479\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#F6F4EF00\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#F6F4EF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"68d08fec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46b14eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"User FAQ\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267cc26a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Answering all Your Need with Robot and Machine\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e23778c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris \",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"687e052d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"background_color\":\"#FF8B34\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#00091D\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"__globals__\":{\"background_color\":\"\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=bb530d9\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=559a6a9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#00091D\",\"hover_animation\":\"float\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"69534ed8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5af3fc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":68,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/fibre-laser-robotic-remote-cutting-system-1.jpg\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_custom_dimension\":{\"width\":\"1110\",\"height\":\"1388\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43a50073\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-210\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b6b2a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"433256e3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-team-1-light\",\"library\":\"jkiticon\"},\"size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"466b6c6e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"5\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3015006d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"329928d0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"240549da\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"space-between\",\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true},{\"id\":\"6d030402\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"318543fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3522f7f\",\"title_color\":\"globals\\/colors?id=c6cd310\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7997b59c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Best Quality of Robotic Manufacturing\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"title_color\":\"globals\\/colors?id=559a6a9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"95f40b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"align_tablet\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(574, 113, '_elementor_page_assets', 'a:0:{}'),
(575, 113, '_elementor_import_session_id', '66167b0279566'),
(576, 88, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;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:9;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:5:\"align\";i:3;s:22:\"typography_line_height\";i:1;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:23:\"typography_word_spacing\";i:1;s:11:\"title_color\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:4;}s:15:\"_section_border\";a:2:{s:14:\"_border_radius\";i:4;s:13:\"_border_color\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:2;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:4:{s:10:\"icon_color\";i:2;s:9:\"icon_size\";i:1;s:15:\"icon_self_align\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:18;s:5:\"align\";i:10;s:16:\"content_position\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:13;s:7:\"padding\";i:5;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:10:{s:21:\"background_background\";i:4;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:15:\"background_xpos\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_image\";i:1;s:18:\"overlay_blend_mode\";i:1;s:24:\"background_overlay_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:15:\"background_ypos\";i:1;s:21:\"background_color_stop\";i:2;s:23:\"background_color_b_stop\";i:2;s:25:\"background_gradient_angle\";i:2;s:18:\"background_color_b\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}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:16:\"section_advanced\";a:2:{s:6:\"margin\";i:7;s:7:\"padding\";i:6;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:2;s:20:\"reverse_order_mobile\";i:2;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:7;s:3:\"gap\";i:5;s:16:\"content_position\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;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:2:{s:13:\"section_style\";a:8:{s:5:\"align\";i:1;s:22:\"typography_line_height\";i:4;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:23:\"typography_word_spacing\";i:2;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:4;s:32:\"drop_cap_typography_word_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:3;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;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:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:13:\"border_radius\";i:2;s:12:\"text_padding\";i:2;s:5:\"align\";i:2;s:15:\"hover_animation\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:23:\"typography_word_spacing\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:25:\"button_hover_border_color\";i:2;s:11:\"hover_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:15:\"section_effects\";a:2:{s:18:\"animation_duration\";i:2;s:10:\"_animation\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}s:21:\"section_style_caption\";a:2:{s:30:\"caption_typography_line_height\";i:1;s:31:\"caption_typography_word_spacing\";i:1;}}}}s:4:\"icon\";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:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:4:\"size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}}}}}'),
(577, 114, '_elementor_edit_mode', 'builder'),
(578, 114, '_elementor_template_type', 'page'),
(579, 114, '_elementor_version', '3.20.3'),
(580, 114, '_elementor_pro_version', '3.20.2'),
(581, 114, '_elementor_data', '[{\"id\":\"5a05df58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 50.99999999999999, 78, 0.10980392156862745)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22a37be3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3e217f26\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"2f497ecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"27da038f\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"65e87bdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5028aaf6\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"418d5e0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a5dd93b\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"43163d3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(582, 114, '_elementor_page_assets', 'a:0:{}'),
(583, 114, '_elementor_import_session_id', '66167b0279566'),
(584, 91, '_elementor_controls_usage', 'a:2:{s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),
(585, 115, '_elementor_edit_mode', 'builder'),
(586, 115, '_elementor_template_type', 'page'),
(587, 115, '_elementor_version', '3.20.3'),
(588, 115, '_elementor_pro_version', '3.20.2'),
(589, 115, '_elementor_data', '[{\"id\":\"27f1301b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"background_image\":{\"id\":94,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/technical-worker-performs-maintenance-robotic-arms-on-the-production-line.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"5f57de32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"3b2c1508\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f7ecca4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484d49b\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"4c99227\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"\",\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=bb530d9\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\"},\"icon_color\":\"#16A8AA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e75b2b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"47323157\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=250fad5\"}},\"elements\":[],\"isInner\":false},{\"id\":\"7fbe9571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5dbe52a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=c6cd310\",\"typography_typography\":\"globals\\/typography?id=3522f7f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d35a502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us Now\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2bda2d2\",\"title_color\":\"globals\\/colors?id=559a6a9\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d8278d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45e57a61\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"78e9cb7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"7b0ab82c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"30b85938\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2e209370\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"7650ef69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c8a6311\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"gap_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#DBDBDB\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c7fd176\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Our Social Media\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=975ab65\",\"title_color\":\"globals\\/colors?id=559a6a9\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62d3b37e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\",\"__globals__\":{\"item_icon_secondary_color\":\"\",\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\",\"__globals__\":{\"item_icon_primary_color\":\"globals\\/colors?id=primary\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"3dbfd36\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"40041f1\",\"__globals__\":{\"item_icon_primary_color\":\"globals\\/colors?id=primary\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#B89161\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=bb530d9\",\"hover_secondary_color\":\"globals\\/colors?id=bb530d9\",\"hover_primary_color\":\"globals\\/colors?id=c6cd310\",\"icon_primary_color\":\"globals\\/colors?id=559a6a9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns_mobile\":\"0\",\"align_mobile\":\"left\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_color\":\"custom\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2929b47c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#B4B4B41C\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"2acd295d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1f46ebcc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Raya Puputan No 142, Denpasar\",\"zoom\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":274,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(590, 115, '_elementor_page_assets', 'a:0:{}'),
(591, 115, '_elementor_import_session_id', '66167b0279566'),
(592, 93, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;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:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:6;s:7:\"padding\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:15:\"background_ypos\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_opacity\";i:2;s:25:\"background_overlay_repeat\";i:1;s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;}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:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:3;s:3:\"gap\";i:3;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";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:1:{s:4:\"text\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:3:\"gap\";i:1;s:5:\"color\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:5:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:14:\"columns_mobile\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:5:{s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:10:\"icon_color\";i:1;s:13:\"border_radius\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}}'),
(593, 116, '_elementor_edit_mode', 'builder'),
(594, 116, '_elementor_template_type', 'section'),
(595, 116, '_elementor_version', '3.20.3'),
(596, 116, '_elementor_pro_version', '3.20.2'),
(597, 116, '_elementor_data', '[{\"id\":\"16c0e077\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=559a6a9\"},\"content_width\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"10\",\"bottom\":\"220\",\"left\":\"10\",\"isLinked\":false},\"height\":\"full\",\"background_image\":{\"id\":97,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/robotic-arms-along-assembly-line-in-modern-factory-1-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"48f56858\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"21a26a3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=c6cd310\",\"typography_typography\":\"globals\\/typography?id=c07a62b\"},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78d1b21c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Page Not Found\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=2bda2d2\"},\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74398da6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The page you are looking for might have been removed had its name changed or is temporarily unavailable\\n\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6829ccb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back To Home\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=bb530d9\",\"hover_color\":\"globals\\/colors?id=559a6a9\",\"button_hover_border_color\":\"globals\\/colors?id=bb530d9\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=c53de50\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"align\":\"center\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#6EC1E4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FF8B34\",\"hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#00091D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(598, 116, '_elementor_page_assets', 'a:0:{}'),
(599, 116, '_elementor_import_session_id', '66167b0279566'),
(600, 96, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:5:\"align\";i:2;s:11:\"title_color\";i:1;}}}}s:11:\"text-editor\";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_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:5:\"align\";i:1;s:22:\"typography_line_height\";i:1;s:10:\"text_color\";i:1;}s:16:\"section_drop_cap\";a:1:{s:31:\"drop_cap_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:16:{s:12:\"text_padding\";i:1;s:5:\"align\";i:1;s:15:\"hover_animation\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:18:\"animation_duration\";i:1;s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:5:\"align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;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:6:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:6:\"height\";i:1;}}}}}'),
(601, 117, '_elementor_edit_mode', 'builder'),
(602, 117, '_elementor_template_type', 'section'),
(603, 117, '_elementor_version', '3.20.3'),
(604, 117, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(605, 117, '_elementor_data', '[{\"id\":\"3d59f139\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#83838321\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\",\"shape_divider_top_color\":\"\",\"background_color_b\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top_color\":\"#B7F0F7\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"background_color_b\":\"#F8F8F8\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.02,\"sizes\":[]}},\"elements\":[{\"id\":\"5c846861\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"513f57d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":100,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/astrobot-white.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6135a823\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus delavirot voluptatem accusantium doloremque laudanti totam aperiam inventore veritatis congueu. Olutpat elit nec nisi congue tristique eu at velit.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"688fc9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"40\",\"left\":\"5\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"20429d0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF1F\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"7faea92f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5aa9ef08\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-handset-light\",\"library\":\"jkiticon\"},\"title_text\":\"Phone\",\"description_text\":\"+62 478-2240-190\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align_mobile\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\",\"title_color\":\"globals\\/colors?id=bb530d9\",\"description_typography_typography\":\"globals\\/typography?id=accent\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\",\"description_color\":\"globals\\/colors?id=bb530d9\"},\"title_size\":\"h4\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"eac945e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"6b9f2715\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-email-light\",\"library\":\"jkiticon\"},\"title_text\":\"Email\",\"description_text\":\"admin@support.com\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align_mobile\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\",\"title_color\":\"globals\\/colors?id=bb530d9\",\"description_typography_typography\":\"globals\\/typography?id=accent\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\",\"description_color\":\"globals\\/colors?id=bb530d9\"},\"title_size\":\"h4\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"29165a01\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":34.133,\"_inline_size_tablet\":37},\"elements\":[{\"id\":\"287c8252\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-placeholder2-light\",\"library\":\"jkiticon\"},\"title_text\":\"Location\",\"description_text\":\"Kapten Japa West ST. 1190 DPS, Bali\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align_mobile\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\",\"title_color\":\"globals\\/colors?id=bb530d9\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\",\"description_typography_typography\":\"globals\\/typography?id=accent\",\"description_color\":\"globals\\/colors?id=bb530d9\"},\"title_size\":\"h4\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21286e2a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"4594120\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5683a152\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16abe39f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c266601\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"550caf4\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"468a7db\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"540d80a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"794a195c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Service\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"136910b8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c266601\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"550caf4\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"468a7db\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"300fffea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c608c94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe Newsletter\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c350982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus feria delavirot.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6cbc23\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"background_color_b\":\"#020202\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\"},\"reverse_order_mobile\":\"reverse-mobile\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF1F\"},\"elements\":[{\"id\":\"76834c15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"367b4385\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 Astrobot 2022. All rights reserved.\",\"align\":\"left\",\"align_mobile\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2a3f21b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"60d1f5f3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"0e87e7b\",\"item_icon_primary_color\":\"#C24914\",\"__globals__\":{\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"94d1656\"},{\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"_id\":\"fbf9b13\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"44e70da\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=c6cd310\",\"icon_secondary_color\":\"globals\\/colors?id=bb530d9\",\"hover_secondary_color\":\"globals\\/colors?id=c6cd310\",\"hover_primary_color\":\"globals\\/colors?id=bb530d9\",\"hover_border_color\":\"\",\"image_border_color\":\"\"},\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_animation\":\"shrink\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#0A043C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_border_color\":\"#F23801\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(606, 117, '_elementor_page_assets', 'a:0:{}'),
(607, 117, '_elementor_import_session_id', '66167b0279566'),
(608, 99, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;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:2:{s:19:\"section_style_image\";a:3:{s:5:\"align\";i:1;s:5:\"width\";i:1;s:5:\"space\";i:1;}s:21:\"section_style_caption\";a:2:{s:30:\"caption_typography_line_height\";i:1;s:31:\"caption_typography_word_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:3;s:5:\"align\";i:1;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:3;s:32:\"drop_cap_typography_word_spacing\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:10;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:8:\"position\";i:3;s:26:\"content_vertical_alignment\";i:3;s:18:\"title_bottom_space\";i:3;}s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:2:{s:34:\"description_typography_line_height\";i:3;s:35:\"description_typography_word_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:4:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:18:\"background_color_b\";i:2;s:21:\"background_color_stop\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;}s:21:\"section_shape_divider\";a:4:{s:23:\"shape_divider_top_color\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}s:26:\"section_background_overlay\";a:4:{s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:8:\"advanced\";a:3:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:2;}s:18:\"section_text_style\";a:2:{s:27:\"icon_typography_line_height\";i:2;s:28:\"icon_typography_word_spacing\";i:2;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:13:\"border_radius\";i:1;}s:20:\"section_social_hover\";a:2:{s:15:\"hover_animation\";i:1;s:18:\"hover_border_color\";i:1;}}}}}'),
(609, 118, '_elementor_edit_mode', 'builder'),
(610, 118, '_elementor_template_type', 'section'),
(611, 118, '_elementor_version', '3.20.3'),
(612, 118, '_elementor_pro_version', '3.20.2'),
(613, 118, '_elementor_data', '[{\"id\":\"4c0e5fb1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":4,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"4fddb1bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"43d60721\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Need Free Consultation ?\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"}],\"space_between\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"globals\\/typography?id=accent\"},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"31657824\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"background_color\":\"#FFFFFF00\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=559a6a9\",\"typography_typography\":\"globals\\/typography?id=78c5299\"},\"hover_animation\":\"float\",\"button_text_color\":\"#00091D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2be34f64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"35fadbf1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"7e3e073\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a0e4434\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"386dc81\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"a4c000f\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=c6cd310\",\"icon_primary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=primary\"},\"icon_primary_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2944e789\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":5,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"500b393c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":50,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"19721d24\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":103,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/Astrobot-logo.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"image_size\":\"full\",\"align_tablet\":\"center\",\"align_mobile\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4b19a762\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.664,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"_inline_size_mobile\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false},{\"id\":\"4364ec18\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\"},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_inline_size_tablet\":35,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_mobile\":50,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7964f464\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-chat-light\",\"library\":\"jkiticon\"},\"title_text\":\"Get Consultation\",\"description_text\":\"(021) 4582 - 3695\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\",\"primary_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\"},\"primary_color\":\"#FF8B34\",\"title_color\":\"#FFFFFF\",\"text_align_tablet\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_align_mobile\":\"center\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(614, 118, '_elementor_page_assets', 'a:0:{}'),
(615, 118, '_elementor_import_session_id', '66167b0279566'),
(616, 102, '_elementor_controls_usage', 'a:7:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";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:11:\"text_indent\";i:1;s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}}}}s:6:\"button\";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_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;s:15:\"hover_animation\";i:1;s:17:\"button_text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:5:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:18:\"icon_primary_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:2:{s:16:\"content_position\";i:2;s:13:\"content_width\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"z_index\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{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:5:\"align\";i:1;s:5:\"width\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:4:{s:8:\"position\";i:1;s:10:\"text_align\";i:1;s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;}s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:1;s:13:\"primary_color\";i:1;}s:21:\"section_style_content\";a:2:{s:17:\"description_color\";i:1;s:11:\"title_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(638, 121, '_elementor_page_settings', 'a:128:{s:17:\"custom_typography\";a:20:{i:0;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c53de50\";s:5:\"title\";s:4:\"bttn\";}i:1;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3522f7f\";s:5:\"title\";s:10:\"subheading\";}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:38;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2bda2d2\";s:5:\"title\";s:2:\"H2\";}i:3;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:38;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c47d285\";s:5:\"title\";s:2:\"H1\";}i:4;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"f86444e\";s:5:\"title\";s:5:\"H5 22\";}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"6f68d26\";s:5:\"title\";s:5:\"H5 24\";}i:6;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"f007c89\";s:5:\"title\";s:5:\"H3 32\";}i:7;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:120;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.8;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c07a62b\";s:5:\"title\";s:3:\"404\";}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"975ab65\";s:5:\"title\";s:5:\"H4 28\";}i:9;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"ac0baaa\";s:5:\"title\";s:5:\"H6 18\";}i:10;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a216eb2\";s:5:\"title\";s:5:\"H5 20\";}i:11;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"78c5299\";s:5:\"title\";s:11:\"accent bold\";}i:12;a:8:{s:3:\"_id\";s:7:\"61eed76\";s:5:\"title\";s:10:\"H5 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:13;a:8:{s:3:\"_id\";s:7:\"92b0a2d\";s:5:\"title\";s:10:\"H6 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}}i:14;a:8:{s:3:\"_id\";s:7:\"f500460\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:6:\"normal\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:15;a:7:{s:3:\"_id\";s:7:\"ba6914a\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}i:16;a:9:{s:3:\"_id\";s:7:\"317d263\";s:5:\"title\";s:11:\"Super Large\";s:21:\"typography_typography\";s:6:\"custom\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:300;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"900\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:250;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:130;s:5:\"sizes\";a:0:{}}}i:17;a:9:{s:3:\"_id\";s:7:\"99dd0b2\";s:5:\"title\";s:11:\"Extra Large\";s:21:\"typography_typography\";s:6:\"custom\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"900\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:85;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}}i:18;a:8:{s:3:\"_id\";s:7:\"2bd9da1\";s:5:\"title\";s:5:\"Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:68;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:19;a:6:{s:3:\"_id\";s:7:\"f95c007\";s:5:\"title\";s:11:\"Super Small\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}}s:13:\"custom_colors\";a:11:{i:0;a:3:{s:3:\"_id\";s:7:\"559a6a9\";s:5:\"title\";s:4:\"blck\";s:5:\"color\";s:7:\"#00091D\";}i:1;a:3:{s:3:\"_id\";s:7:\"c6cd310\";s:5:\"title\";s:6:\"orange\";s:5:\"color\";s:7:\"#FF8B34\";}i:2;a:3:{s:3:\"_id\";s:7:\"bb530d9\";s:5:\"title\";s:5:\"white\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:7:\"fc28385\";s:5:\"title\";s:5:\"Hover\";s:5:\"color\";s:7:\"#9E720C\";}i:4;a:3:{s:3:\"_id\";s:7:\"21bfb04\";s:5:\"title\";s:6:\"Bright\";s:5:\"color\";s:7:\"#FFFFFF\";}i:5;a:3:{s:3:\"_id\";s:7:\"ad41708\";s:5:\"title\";s:6:\"Glossy\";s:5:\"color\";s:7:\"#F9F9FB\";}i:6;a:3:{s:3:\"_id\";s:7:\"57a29b1\";s:5:\"title\";s:5:\"Shiny\";s:5:\"color\";s:7:\"#ECE7DB\";}i:7;a:3:{s:3:\"_id\";s:7:\"d345fd2\";s:5:\"title\";s:4:\"Soft\";s:5:\"color\";s:7:\"#A7A7A7\";}i:8;a:3:{s:3:\"_id\";s:7:\"08fcc9d\";s:5:\"title\";s:5:\"Light\";s:5:\"color\";s:7:\"#787878\";}i:9;a:3:{s:3:\"_id\";s:7:\"e5e9561\";s:5:\"title\";s:4:\"Dark\";s:5:\"color\";s:7:\"#292929\";}i:10;a:3:{s:3:\"_id\";s:7:\"f06adda\";s:5:\"title\";s:6:\"Darker\";s:5:\"color\";s:7:\"#111111\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#D4AC40\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#255650\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#6B6B6B\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#D4AC40\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:10:\"H1 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}}i:1;a:9:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:10:\"H2 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}}i:2;a:9:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:10:\"H3 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}}i:3;a:9:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:10:\"H4 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:10:\"body_color\";s:7:\"#414141\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Poppins\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:6:\"normal\";s:17:\"link_normal_color\";s:7:\"#F1B017\";s:16:\"link_hover_color\";s:7:\"#9E720C\";s:8:\"h1_color\";s:7:\"#111111\";s:8:\"h2_color\";s:7:\"#111111\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:7:\"Poppins\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#111111\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:7:\"Poppins\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"700\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#111111\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:7:\"Poppins\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"700\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#111111\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:7:\"Poppins\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"600\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#111111\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:7:\"Poppins\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"form_label_color\";s:7:\"#292929\";s:32:\"form_label_typography_typography\";s:6:\"custom\";s:33:\"form_label_typography_font_family\";s:7:\"Poppins\";s:31:\"form_label_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:33:\"form_label_typography_font_weight\";s:6:\"normal\";s:33:\"form_label_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:34:\"form_label_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_color\";s:7:\"#D6D6D6\";s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:26:\"button_border_width_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:21:\"button_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:40:\"form_label_typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.2;s:5:\"sizes\";a:0:{}}s:30:\"form_field_border_width_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:11:\"__globals__\";a:27:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:29:\"globals/typography?id=f500460\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=primary\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=fc28385\";s:8:\"h1_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h2_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h3_typography_typography\";s:26:\"globals/typography?id=text\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=61eed76\";s:8:\"h6_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=92b0a2d\";s:16:\"form_label_color\";s:25:\"globals/colors?id=e5e9561\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=f500460\";s:32:\"form_field_typography_typography\";s:29:\"globals/typography?id=f500460\";s:21:\"form_field_text_color\";s:22:\"globals/colors?id=text\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=ad41708\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=ba6914a\";s:17:\"button_text_color\";s:25:\"globals/colors?id=21bfb04\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=fc28385\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=21bfb04\";s:21:\"body_background_color\";s:0:\"\";}s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:17:\"paragraph_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_family\";s:6:\"Prompt\";s:34:\"link_normal_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:33:\"link_hover_typography_font_family\";s:6:\"Prompt\";s:33:\"link_hover_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";b:0;}s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"13\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"13\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:28:\"button_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:0;s:4:\"blur\";i:10;s:6:\"spread\";i:0;s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.5)\";}s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_border\";s:5:\"solid\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_background_color\";s:7:\"#F1B017\";s:23:\"button_hover_text_color\";s:7:\"#FFFFFF\";s:29:\"button_hover_background_color\";s:7:\"#9E720C\";s:26:\"body_background_background\";s:7:\"classic\";s:27:\"body_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:30:\"body_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:-0.2;s:5:\"sizes\";a:0:{}}s:28:\"body_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:7:\"Poppins\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:7:\"Poppins\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"500\";s:29:\"button_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:30:\"button_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:36:\"form_label_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:-0.2;s:5:\"sizes\";a:0:{}}s:32:\"form_field_typography_typography\";s:6:\"custom\";s:33:\"form_field_typography_font_family\";s:7:\"Poppins\";s:31:\"form_field_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:33:\"form_field_typography_font_weight\";s:6:\"normal\";s:33:\"form_field_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:36:\"form_field_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:-0.2;s:5:\"sizes\";a:0:{}}s:34:\"form_field_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:21:\"form_field_text_color\";s:7:\"#414141\";s:27:\"form_field_background_color\";s:7:\"#FFFFFF\";s:32:\"body_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:38:\"form_label_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:38:\"form_field_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:21:\"body_background_image\";a:4:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),
(632, 121, '_elementor_pro_version', '3.20.2'),
(636, 122, '_elementor_pro_version', '3.20.2'),
(637, 121, '_wp_page_template', 'default'),
(629, 121, '_elementor_edit_mode', 'builder'),
(630, 121, '_elementor_template_type', 'kit'),
(631, 121, '_elementor_version', '3.20.4'),
(633, 122, '_elementor_edit_mode', 'builder'),
(634, 122, '_elementor_template_type', 'kit'),
(635, 122, '_elementor_version', '3.20.4'),
(621, 119, '_elementor_edit_mode', 'builder'),
(622, 119, '_elementor_template_type', 'wp-page'),
(623, 119, '_elementor_version', '3.20.3'),
(624, 119, '_elementor_pro_version', '3.20.2'),
(625, 119, '_wp_page_template', 'elementor_canvas'),
(626, 119, '_elementor_data', '[{\"id\":\"63098ede\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#83838321\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\",\"shape_divider_top_color\":\"\",\"background_color_b\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top_color\":\"#B7F0F7\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"background_color_b\":\"#F8F8F8\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.02,\"sizes\":[]}},\"elements\":[{\"id\":\"74306964\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"574ea8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":100,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/astrobot-white.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ba32c95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed ut perspiciatis unde omnis iste natus delavirot voluptatem accusantium doloremque laudanti totam aperiam inventore veritatis congueu. Olutpat elit nec nisi congue tristique eu at velit.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5b1d794c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"40\",\"left\":\"5\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"262a691d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF1F\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"23e6ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"782984d1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-handset-light\",\"library\":\"jkiticon\"},\"title_text\":\"Phone\",\"description_text\":\"+62 478-2240-190\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align_mobile\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\",\"title_color\":\"globals\\/colors?id=bb530d9\",\"description_typography_typography\":\"globals\\/typography?id=accent\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\",\"description_color\":\"globals\\/colors?id=bb530d9\"},\"title_size\":\"h4\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2acfc01f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"6f600c07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-email-light\",\"library\":\"jkiticon\"},\"title_text\":\"Email\",\"description_text\":\"admin@support.com\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align_mobile\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\",\"title_color\":\"globals\\/colors?id=bb530d9\",\"description_typography_typography\":\"globals\\/typography?id=accent\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\",\"description_color\":\"globals\\/colors?id=bb530d9\"},\"title_size\":\"h4\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6a9add7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":34.133,\"_inline_size_tablet\":37},\"elements\":[{\"id\":\"4e1bfb51\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-placeholder2-light\",\"library\":\"jkiticon\"},\"title_text\":\"Location\",\"description_text\":\"Kapten Japa West ST. 1190 DPS, Bali\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_align_mobile\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=c6cd310\",\"title_color\":\"globals\\/colors?id=bb530d9\",\"title_typography_typography\":\"globals\\/typography?id=a216eb2\",\"description_typography_typography\":\"globals\\/typography?id=accent\",\"description_color\":\"globals\\/colors?id=bb530d9\"},\"title_size\":\"h4\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ada9902\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"68fbfe55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f47815d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"529c97df\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c266601\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"550caf4\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"468a7db\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4740e34d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32aeef82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Service\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a37ced4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c266601\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"550caf4\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"jki jki-dot-circle\",\"library\":\"jkiticon\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"468a7db\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=c6cd310\",\"text_color_hover\":\"globals\\/colors?id=c6cd310\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7f7f8275\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3499e807\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe Newsletter\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=f86444e\"},\"_background_color\":\"#0A043C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"334fc1e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus feria delavirot.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=bb530d9\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b2fdf7c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"background_color_b\":\"#020202\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=559a6a9\"},\"reverse_order_mobile\":\"reverse-mobile\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF1F\"},\"elements\":[{\"id\":\"1f621d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7305a3d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 Astrobot 2022. All rights reserved.\",\"align\":\"left\",\"align_mobile\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=bb530d9\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2a713d1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f324818\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"0e87e7b\",\"item_icon_primary_color\":\"#C24914\",\"__globals__\":{\"item_icon_primary_color\":\"\"}},{\"social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"94d1656\"},{\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"_id\":\"fbf9b13\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"44e70da\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=c6cd310\",\"icon_secondary_color\":\"globals\\/colors?id=bb530d9\",\"hover_secondary_color\":\"globals\\/colors?id=c6cd310\",\"hover_primary_color\":\"globals\\/colors?id=bb530d9\",\"hover_border_color\":\"\",\"image_border_color\":\"\"},\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.9,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_animation\":\"shrink\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#0A043C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_border_color\":\"#F23801\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(627, 119, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(639, 123, '_elementor_edit_mode', 'builder'),
(640, 123, '_elementor_template_type', 'header'),
(641, 123, '_elementor_version', '3.20.4'),
(642, 123, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(643, 123, '_elementor_data', '[{\"id\":\"473559a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_overlay_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-70\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"z_index\":999,\"_title\":\"header\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-145\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22b064f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"content_position\":\"center\",\"_inline_size_tablet\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"65a3064c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"3fde7b90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":50,\"_inline_size_mobile\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"1f09c7fb\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"dropdown_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"15\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"pointer_color_menu_item_hover\":\"#FFFFFF\",\"__globals__\":{\"pointer_color_menu_item_hover\":\"\",\"color_menu_item_hover\":\"globals\\/colors?id=primary\",\"menu_typography_typography\":\"globals\\/typography?id=ba6914a\",\"color_menu_item_active\":\"globals\\/colors?id=primary\",\"dropdown_typography_typography\":\"globals\\/typography?id=ba6914a\",\"dropdown_divider_color\":\"\",\"color_dropdown_item_hover\":\"globals\\/colors?id=21bfb04\",\"color_dropdown_item_active\":\"globals\\/colors?id=21bfb04\",\"color_dropdown_item\":\"globals\\/colors?id=text\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=fc28385\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=fc28385\",\"toggle_background_color_hover\":\"globals\\/colors?id=fc28385\",\"color_menu_item\":\"globals\\/colors?id=21bfb04\",\"toggle_color_hover\":\"globals\\/colors?id=21bfb04\",\"toggle_background_color\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=21bfb04\"},\"pointer\":\"none\",\"color_menu_item_hover\":\"#58A05C\",\"pointer_color_menu_item_active\":\"#FFFFFF\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#87878726\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"toggle_border_radius_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_dropdown_item\":\"#313131\",\"toggle_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"menu\":\"primary-menu\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"6bca28d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.664,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_mobile\":90,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(644, 124, '_elementor_edit_mode', 'builder'),
(645, 124, '_elementor_template_type', 'header'),
(646, 124, '_elementor_version', '3.20.4'),
(647, 124, '_elementor_pro_version', '3.20.2'),
(648, 124, '_elementor_data', '[]'),
(649, 123, '_elementor_page_assets', 'a:0:{}'),
(650, 123, 'template_type', 'section-header'),
(651, 123, 'include_in_zip', '1'),
(652, 123, 'elementor_pro_required', '1'),
(653, 123, 'elementor_library_type', 'header'),
(654, 123, 'elementor_pro_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(655, 123, 'additional_template_information', 'a:2:{i:0;s:46:\"This is a \"Header\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: Entire Site.\";}'),
(656, 123, 'wp_page_template', 'default'),
(657, 123, '_elementor_import_session_id', '66183796c7041'),
(658, 125, '_elementor_edit_mode', 'builder'),
(659, 125, '_elementor_template_type', 'footer'),
(660, 125, '_elementor_version', '3.20.4'),
(661, 125, '_elementor_pro_version', '3.20.2'),
(662, 125, '_elementor_data', '[{\"id\":\"747dc004\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"top-footer\"},\"elements\":[{\"id\":\"3452c885\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6afe2cde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#A7A7A730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"3ea9a6b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1532bdb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe Our Newsletter\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ad026c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cillum facilisi. Proident turpis? Fringilla? Tempore potenti, voluptatum, quisq. Ratione interdum eleifend aliquet ullamco.<\\/p>\",\"align\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\",\"_border_color\":\"\"},\"text_color\":\"#A7A7A7\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#FFFFFF2E\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6eb26050\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52092f65\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Your Email Address..\",\"width\":\"70\",\"_id\":\"f6893c9\",\"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\":\"\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"SUBSCRIBE US\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e512067\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"55035fb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f530e06\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"align_mobile\":\"center\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"42c2d68d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cillum facilisi. Proident turpis? Fringilla? Tempore potenti, voluptatum, quisque pulvinar aliqua vero, netus duiner inima bibendum id ipsum.<\\/p>\",\"align\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align_mobile\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\",\"_border_color\":\"\"},\"text_color\":\"#A7A7A7\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#FFFFFF2E\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"494509d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"3629619f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"header_size\":\"h6\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"typography_font_family\":\"Montez\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21bf4160\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7122d7e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df1f89d\"},{\"text\":\"News & Articles\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"7f2c3a0\"},{\"text\":\"Legal Notice\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ffce40a\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#D5D5D5\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\",\"text_color_hover\":\"globals\\/colors?id=fc28385\",\"icon_typography_typography\":\"globals\\/typography?id=f500460\",\"divider_color\":\"\"},\"text_color_hover\":\"#2C75BA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"77d6dd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d56578a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h6\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f35040e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Help Center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7122d7e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df1f89d\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"7f2c3a0\"},{\"text\":\"Parent Community\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ffce40a\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#D5D5D5\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\",\"text_color_hover\":\"globals\\/colors?id=fc28385\",\"icon_typography_typography\":\"globals\\/typography?id=f500460\",\"divider_color\":\"\"},\"text_color_hover\":\"#2C75BA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"379f1ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cd431c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Information\",\"header_size\":\"h6\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d24c9e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\'t hesitate to contact and feel free to reach us !<\\/p>\",\"align\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6472abc8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3557 Derek Drive, Orlando, Florida\",\"selected_icon\":{\"value\":\"fas fa-map-pin\",\"library\":\"fa-solid\"},\"_id\":\"7267aad\"},{\"text\":\"+1(456)657-887\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"7122d7e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"010f79c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=f95c007\",\"text_color\":\"globals\\/colors?id=ad41708\",\"icon_color\":\"globals\\/colors?id=primary\",\"text_color_hover\":\"globals\\/colors?id=fc28385\",\"divider_color\":\"\"},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#D5D5D5\",\"icon_color\":\"#FFFFFF\",\"text_color_hover\":\"#2C75BA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ebf3026\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.97,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"bottom-footer\"},\"elements\":[{\"id\":\"9fdfdaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55918090\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\"}},{\"social\":\"fa fa-github\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"_id\":\"5cb7115\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\"}},{\"social\":\"fa fa-bitbucket\",\"_id\":\"dccfaf9\",\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\"}},{\"social\":\"fa fa-bitbucket\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\"},\"_id\":\"a635744\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_spacing\":{\"unit\":\"px\",\"size\":9},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"image_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_secondary_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\",\"image_border_color\":\"globals\\/colors?id=08fcc9d\",\"icon_primary_color\":\"\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\"},\"hover_primary_color\":\"#B65C1C\",\"hover_border_color\":\"#B65C1C\",\"icon_primary_color\":\"#3C3DDC00\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_tablet\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2a0c1c00\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e5a7ff1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2023 Interior Light. All rights reserved.<\\/p>\",\"align\":\"right\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(663, 126, '_elementor_edit_mode', 'builder'),
(664, 126, '_elementor_template_type', 'footer'),
(665, 126, '_elementor_version', '3.20.4'),
(666, 126, '_elementor_pro_version', '3.20.2'),
(667, 126, '_elementor_data', '[]'),
(668, 125, '_elementor_page_assets', 'a:0:{}'),
(669, 125, 'template_type', 'single-page'),
(670, 125, 'include_in_zip', '1'),
(671, 125, 'elementor_pro_required', '1'),
(672, 125, 'elementor_library_type', 'footer'),
(673, 125, 'elementor_pro_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(674, 125, 'additional_template_information', 'a:2:{i:0;s:46:\"This is a \"Footer\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: Entire Site.\";}'),
(675, 125, 'wp_page_template', 'default'),
(676, 125, '_elementor_import_session_id', '66183796c7041'),
(677, 127, '_elementor_edit_mode', 'builder'),
(678, 127, '_elementor_template_type', 'section'),
(679, 127, '_elementor_version', '3.20.4'),
(680, 127, '_elementor_pro_version', '3.20.2'),
(681, 128, '_wp_attached_file', '2024/04/img1.jpg'),
(682, 128, '_elementor_import_session_id', '66183796c7041'),
(683, 128, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:965;s:4:\"file\";s:16:\"2024/04/img1.jpg\";s:8:\"filesize\";i:158628;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"img1-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19148;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"img1-1024x823.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8552;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"img1-768x618.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:38:\"Katarzyna Bialasiewicz Photographee.eu\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(684, 128, '_elementor_source_image_hash', '99139ecc83be2e5f2b9b68c46a6a812009fc1028'),
(685, 129, '_wp_attached_file', '2024/04/img4.jpg'),
(686, 129, '_elementor_import_session_id', '66183796c7041'),
(687, 129, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:16:\"2024/04/img4.jpg\";s:8:\"filesize\";i:8668;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(688, 129, '_elementor_source_image_hash', 'e5fe740bdd59b0e8c4d07c658b98504522493a1e'),
(689, 130, '_wp_attached_file', '2024/04/img5.png'),
(690, 130, '_elementor_import_session_id', '66183796c7041'),
(691, 130, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:781;s:6:\"height\";i:581;s:4:\"file\";s:16:\"2024/04/img5.png\";s:8:\"filesize\";i:42840;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"img5-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"img5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9272;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"img5-768x571.png\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97797;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(692, 130, '_elementor_source_image_hash', '7c2e3bf6cd8108a621a4d6e2c74d476ffcbac460'),
(693, 131, '_wp_attached_file', '2024/04/img6-1.jpg'),
(694, 131, '_elementor_import_session_id', '66183796c7041'),
(695, 131, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2024/04/img6-1.jpg\";s:8:\"filesize\";i:125958;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"img6-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15786;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"img6-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"img6-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:7364;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"img6-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67478;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(696, 131, '_elementor_source_image_hash', '23451c902841a6f6690384ec6f5dc06865d25258'),
(697, 132, '_wp_attached_file', '2024/04/img7.jpg'),
(698, 132, '_elementor_import_session_id', '66183796c7041'),
(699, 132, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:900;s:4:\"file\";s:16:\"2024/04/img7.jpg\";s:8:\"filesize\";i:93289;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"img7-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18746;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"img7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"img7-768x864.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117987;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(700, 132, '_elementor_source_image_hash', '3732df5d77ca1d0cf1e577643507bae6f1ea381c'),
(701, 133, '_wp_attached_file', '2024/04/img10.jpg'),
(702, 133, '_elementor_import_session_id', '66183796c7041'),
(703, 133, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:900;s:4:\"file\";s:17:\"2024/04/img10.jpg\";s:8:\"filesize\";i:111195;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img10-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7779;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"img10-768x864.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(704, 133, '_elementor_source_image_hash', 'ca73053a4d12ad135935fe54406f63ff837d91d2'),
(705, 134, '_wp_attached_file', '2024/04/img11.jpg'),
(706, 134, '_elementor_import_session_id', '66183796c7041'),
(707, 134, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:900;s:4:\"file\";s:17:\"2024/04/img11.jpg\";s:8:\"filesize\";i:68095;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img11-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15199;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"img11-768x864.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86321;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(708, 134, '_elementor_source_image_hash', 'bfdd0729dd0bfa88b7b95f0d56da7f12f496d981'),
(709, 135, '_wp_attached_file', '2024/04/img-12.jpg'),
(710, 135, '_elementor_import_session_id', '66183796c7041'),
(711, 135, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:900;s:4:\"file\";s:18:\"2024/04/img-12.jpg\";s:8:\"filesize\";i:48528;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"img-12-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13420;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5839;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"img-12-768x864.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70728;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:17:\"www.photocreo.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(712, 135, '_elementor_source_image_hash', '3369662a0ead0a30536d84902bd0fbca13acfcbf'),
(713, 136, '_wp_attached_file', '2024/04/img13.jpg'),
(714, 136, '_elementor_import_session_id', '66183796c7041'),
(715, 136, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2024/04/img13.jpg\";s:8:\"filesize\";i:53674;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img13-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20929;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8552;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(716, 136, '_elementor_source_image_hash', '8752dc02d813f29ff69fd482059f88a038815171'),
(717, 137, '_wp_attached_file', '2024/04/img15.jpg'),
(718, 137, '_elementor_import_session_id', '66183796c7041'),
(719, 137, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2024/04/img15.jpg\";s:8:\"filesize\";i:41630;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img15-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6916;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(720, 137, '_elementor_source_image_hash', '622b9c987243d6c9e06f21f17bae4f740fb4be2b'),
(721, 138, '_wp_attached_file', '2024/04/img14.jpg'),
(722, 138, '_elementor_import_session_id', '66183796c7041'),
(723, 138, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2024/04/img14.jpg\";s:8:\"filesize\";i:51744;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img14-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19463;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"CHUANCHAI_PUNDEJ\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(724, 138, '_elementor_source_image_hash', 'eecc6cea986722f3fb4fe95208ef2523aa393165'),
(725, 139, '_wp_attached_file', '2024/04/img16.jpg'),
(726, 139, '_elementor_import_session_id', '66183796c7041'),
(727, 139, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:560;s:4:\"file\";s:17:\"2024/04/img16.jpg\";s:8:\"filesize\";i:50547;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img16-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17930;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(728, 139, '_elementor_source_image_hash', '2d52d16a1b948bb02e1429ddfffe4215620bc6c7'),
(729, 140, '_wp_attached_file', '2024/04/img17.jpg'),
(730, 140, '_elementor_import_session_id', '66183796c7041'),
(731, 140, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:540;s:4:\"file\";s:17:\"2024/04/img17.jpg\";s:8:\"filesize\";i:48379;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18803;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7220;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(732, 140, '_elementor_source_image_hash', '8df80ed91c7091c081291818ff0b55ebb1ab349e'),
(733, 141, '_wp_attached_file', '2024/04/img19.jpg'),
(734, 141, '_elementor_import_session_id', '66183796c7041'),
(735, 141, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:540;s:4:\"file\";s:17:\"2024/04/img19.jpg\";s:8:\"filesize\";i:69380;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24430;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8983;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Angel Santamaria\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(736, 141, '_elementor_source_image_hash', '17d0334c3838a6831fc07c364485b9591e811cef'),
(737, 142, '_wp_attached_file', '2024/04/img18.jpg'),
(738, 142, '_elementor_import_session_id', '66183796c7041'),
(739, 142, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:540;s:4:\"file\";s:17:\"2024/04/img18.jpg\";s:8:\"filesize\";i:55795;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21831;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(740, 142, '_elementor_source_image_hash', 'bd871fc66cba329f5aeceea0de18f1eda98990ba');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(741, 127, '_elementor_data', '[{\"id\":\"62f83bc1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ECE7DB\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#255650\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"hero-banner\",\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]}},\"elements\":[{\"id\":\"7a829472\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"59105793\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"43f294e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":72,\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b9ec2dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Modern Interior Design\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"globals\\/typography?id=2bd9da1\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b8d03fc\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id.\\u00a0<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71b9db10\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"59e66bc8\",\"elType\":\"widget\",\"settings\":{\"text\":\"HIRE US NOW\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"6ced5268\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51,\"content_position\":\"center\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"63deacc8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-80\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#25565052\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1745c166\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img1.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2445d01f\",\"elType\":\"widget\",\"settings\":{\"title\":\"WATCH VIDEO\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f95c007\",\"_background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"656d8377\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about-us\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"385d32a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"74f020a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"78ef94b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fdfc7bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-142\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-180\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3ff3ad96\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f7c8f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"54202aa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"4462c27b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4559df1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2f3887ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33},\"elements\":[],\"isInner\":true},{\"id\":\"368f5e96\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"525aaf88\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\",\"_border_color\":\"globals\\/colors?id=57a29b1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"572b0c04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":129,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img4.jpg\"},\"title_text\":\"Er. Jason Smith\",\"description_text\":\"CEO, Director\",\"position\":\"left\",\"title_size\":\"h6\",\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_typography_typography\":\"globals\\/typography?id=f95c007\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37a14d0b\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"__globals__\":{\"stars_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"star-rating\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7aaa5090\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b9deaa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Award Winning Interior Design Studio !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13b1f9ba\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19225eed\",\"elType\":\"widget\",\"settings\":{\"text\":\"MORE ABOUT US\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47cd539c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":130,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img5.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_title\":\"services\"},\"elements\":[{\"id\":\"76e03b90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"318ca630\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"32387d34\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83288a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Flowless Services\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21ca116d\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"54114d15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e50ad94\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5d3d35f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"536ecc22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-house-2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2c6dd85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d2485\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exterior Design Concept\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"204ea263\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a7c09b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4eeb3a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Mechanic\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3bd96fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e58f099\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Contactor & Engineering\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d84c0be\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"382a36f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65ed4cc6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Massage-table\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7419ce47\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38363f0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern Furniture Layouts\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c8b65e6\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"63921630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"15\",\"bottom\":\"150\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec89143\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Safe-house\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ea54888\",\"elType\":\"widget\",\"settings\":{\"title\":\"04.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2deeb694\",\"elType\":\"widget\",\"settings\":{\"title\":\"House \\/ Apartment Renovation\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aca43e0\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"229fcd8a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":131,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img6-1.jpg\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#1111113D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_overlay_color_b\":\"#255650\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"background_size\":\"contain\",\"_title\":\"appointment\",\"background_size_tablet\":\"cover\",\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-230,\"sizes\":[]},\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c2c7aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"content_position\":\"center\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"428a4e79\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6b5486d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true},{\"id\":\"38cf23d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"space_between_widgets\":15,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"border_color\":\"globals\\/colors?id=primary\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_inline_size_tablet\":90},\"elements\":[{\"id\":\"5a7b69a4\",\"elType\":\"widget\",\"settings\":{\"ending_number\":25,\"suffix\":\"+\",\"title\":\"\",\"number_color\":\"#255650\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Playfair Display\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_number_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Inter\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_title_font_weight\":\"normal\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"typography_title_typography\":\"globals\\/typography?id=f500460\",\"typography_number_typography\":\"globals\\/typography?id=primary\",\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"1cd8601\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Years of Experience in Interior Field<\\/p>\",\"align\":\"center\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32f179c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"f05a4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true},{\"id\":\"5a30ad7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"space_between_widgets\":15,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"border_color\":\"globals\\/colors?id=primary\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_inline_size_tablet\":90},\"elements\":[{\"id\":\"6295ee16\",\"elType\":\"widget\",\"settings\":{\"ending_number\":33,\"suffix\":\"k+\",\"title\":\"\",\"number_color\":\"#255650\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Playfair Display\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_number_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Inter\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_title_font_weight\":\"normal\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"typography_title_typography\":\"globals\\/typography?id=f500460\",\"typography_number_typography\":\"globals\\/typography?id=primary\",\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fd12f98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Happy Customers Around The World<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"61a13c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet\":70,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"511a45c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment To Get Quality And Reliable Services !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a5f2228\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos. Nostrum consequatur, quisquam quibusdam lectus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36f12476\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK APPOINTMENT\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43a84d0c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"portfolio\"},\"elements\":[{\"id\":\"742d613a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7bd16643\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Recent Portfolio\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26db7f9a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7fb9b12f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"43a9eb05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a03890e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img7.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a484c4f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"67008d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"757c09bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e7a67ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4982d959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f4dc874\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6d40bd04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4c3cf36b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6991c297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"190\",\"bottom\":\"0\",\"left\":\"190\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55072f31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img10.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3270af26\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"25e4282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"3a5caebb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"473235c5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6758485c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f4ae00f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ecfcc5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"495ad08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"24178e10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6543f767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5177be16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img11.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7cc59872\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"27fc4afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"1f70b46f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2e3e9f24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"190\",\"bottom\":\"0\",\"left\":\"190\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16308e5f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img-12.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3ddfc08a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"47ebbcde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"6e1f8e4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58425383\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"client\"},\"elements\":[{\"id\":\"5f13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":-10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-80\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"z_index\":1,\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"69225d8c\",\"elType\":\"widget\",\"settings\":{\"carousel\":[],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"slides_to_show\":\"5\",\"navigation\":\"none\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"3\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ad435f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#255650\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"team\"},\"elements\":[{\"id\":\"1e442832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3af2b993\",\"elType\":\"widget\",\"settings\":{\"title\":\"Optimistic Team Member\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68ab8d1c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4508f1c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"135c5673\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0d83ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":136,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img13.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a886578\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"10f9b374\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710685d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":137,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img15.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7516812b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"10b68354\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fd77ee0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img14.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d0277b7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"133f0db4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"229343ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img16.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1943b7ee\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7640f5b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"testimonial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":130,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img5.png\"},\"background_overlay_position\":\"center right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"193c488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"content_position\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1b65a416\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Customers Says About Us !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fa9ba6a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"401466fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"MORE REVIEWS\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"6a6e2ef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"content_position\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#FFFFFF33\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c1714db\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Alexander Donner\",\"title\":\"Customer, Agent\",\"image\":{\"id\":140,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img17.jpg\"},\"_id\":\"6298a06\"},{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Harry Watson\",\"title\":\"Director, Client\",\"image\":{\"id\":141,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img19.jpg\"},\"_id\":\"c66d6ef\"},{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Jonsan William\",\"title\":\"Client, Supervisor\",\"image\":{\"id\":142,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img18.jpg\"},\"_id\":\"ba3f524\"}],\"layout\":\"image_left\",\"alignment\":\"left\",\"show_arrows\":\"\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"pagination_size\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"name_typography_typography\":\"globals\\/typography?id=61eed76\",\"name_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=08fcc9d\",\"title_typography_typography\":\"globals\\/typography?id=f500460\",\"content_color\":\"globals\\/colors?id=text\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"pagination_color_inactive\":\"globals\\/colors?id=08fcc9d\",\"pagination_color\":\"globals\\/colors?id=21bfb04\",\"image_border_color\":\"globals\\/colors?id=secondary\"},\"image_border\":\"yes\",\"image_border_width\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slides_per_view_tablet\":\"1\",\"alignment_mobile\":\"left\",\"slides_per_view_mobile\":\"1\",\"content_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_border_width_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6dbe0ed3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"blog\"},\"elements\":[{\"id\":\"6c26ea85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f23183a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blog\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5340007e\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a5a075b\",\"elType\":\"widget\",\"settings\":{\"classic_posts_per_page\":3,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"classic_title_tag\":\"h5\",\"classic_excerpt_length\":14,\"classic_meta_separator\":\"|\",\"classic_read_more_text\":\"READ MORE\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":20,\"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\",\"__globals__\":{\"classic_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"classic_title_color\":\"globals\\/colors?id=secondary\",\"classic_meta_typography_typography\":\"globals\\/typography?id=f95c007\",\"classic_meta_color\":\"globals\\/colors?id=d345fd2\",\"classic_excerpt_typography_typography\":\"globals\\/typography?id=f500460\",\"classic_excerpt_color\":\"globals\\/colors?id=text\",\"classic_read_more_typography_typography\":\"globals\\/typography?id=ba6914a\",\"classic_read_more_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(742, 143, '_elementor_edit_mode', 'builder'),
(743, 143, '_elementor_template_type', 'section'),
(744, 143, '_elementor_version', '3.20.4'),
(745, 143, '_elementor_pro_version', '3.20.2'),
(746, 143, '_elementor_data', '[]'),
(747, 127, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(748, 127, 'template_type', 'single-home'),
(749, 127, 'include_in_zip', '1'),
(750, 127, 'elementor_pro_required', '1'),
(751, 127, 'wp_page_template', 'default'),
(752, 127, '_elementor_import_session_id', '66183796c7041'),
(753, 144, '_elementor_edit_mode', 'builder'),
(754, 144, '_elementor_template_type', 'archive'),
(755, 144, '_elementor_version', '3.20.4'),
(756, 144, '_elementor_pro_version', '3.20.2'),
(757, 144, '_elementor_data', '[{\"id\":\"2d09b666\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a7fe242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"3b1e6706\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"archive-title\\\" settings=\\\"%7B%22include_context%22%3A%22yes%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-archive-title\"}],\"isInner\":false},{\"id\":\"701e7a0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"69aa5983\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"post\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1b7b7504\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60e50565\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"53299b27\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"35de5ecc\",\"elType\":\"widget\",\"settings\":{\"archive_classic_columns\":\"2\",\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_item_ratio\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"archive_classic_meta_separator\":\"|\",\"archive_classic_read_more_text\":\"READ MORE\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"LEARN MORE..\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"archive_classic_column_gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"archive_classic_row_gap\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"archive_classic_image_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"archive_classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"archive_classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_page_limit\":\"10\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"__globals__\":{\"archive_classic_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"archive_classic_meta_typography_typography\":\"globals\\/typography?id=f95c007\",\"archive_classic_meta_color\":\"globals\\/colors?id=08fcc9d\",\"archive_classic_meta_separator_color\":\"globals\\/colors?id=57a29b1\",\"archive_classic_excerpt_color\":\"globals\\/colors?id=text\",\"archive_classic_excerpt_typography_typography\":\"globals\\/typography?id=f500460\",\"archive_classic_read_more_color\":\"globals\\/colors?id=primary\",\"archive_classic_read_more_typography_typography\":\"globals\\/typography?id=ba6914a\",\"archive_classic_title_color\":\"globals\\/colors?id=e5e9561\",\"pagination_color\":\"globals\\/colors?id=text\",\"pagination_typography_typography\":\"globals\\/typography?id=f500460\",\"pagination_active_color\":\"globals\\/colors?id=fc28385\",\"pagination_hover_color\":\"globals\\/colors?id=fc28385\",\"nothing_found_color\":\"globals\\/colors?id=text\",\"nothing_found_typography_typography\":\"globals\\/typography?id=text\",\"archive_cards_badge_bg_color\":\"globals\\/colors?id=secondary\",\"archive_cards_badge_color\":\"globals\\/colors?id=21bfb04\",\"archive_cards_badge_typography_typography\":\"globals\\/typography?id=f95c007\",\"archive_cards_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"archive_cards_excerpt_typography_typography\":\"globals\\/typography?id=f500460\",\"archive_cards_read_more_typography_typography\":\"globals\\/typography?id=f95c007\",\"archive_cards_read_more_color\":\"globals\\/colors?id=secondary\",\"archive_cards_title_color\":\"globals\\/colors?id=primary\"},\"archive_classic_excerpt_length\":20,\"archive_classic_meta_data\":[\"author\",\"date\",\"comments\"],\"archive_classic_title_color\":\"#151515\",\"archive_classic_excerpt_color\":\"#333333\",\"archive_classic_read_more_color\":\"#F42478\",\"archive_classic_meta_color\":\"#787878\",\"archive_classic_meta_separator_color\":\"#D9D9D9\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"pagination_color\":\"#333333\",\"pagination_hover_color\":\"#2C75BA\",\"pagination_active_color\":\"#787878\",\"nothing_found_color\":\"#333333\",\"archive_classic_title_tag\":\"h5\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"archive_cards_columns\":\"2\",\"archive_cards_thumbnail_size_size\":\"full\",\"archive_cards_item_ratio\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"archive_cards_title_tag\":\"h5\",\"archive_cards_excerpt_length\":14,\"archive_cards_meta_data\":[],\"archive_cards_show_avatar\":\"\",\"archive_cards_column_gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"archive_cards_image_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"archive_cards_badge_position\":\"left\",\"archive_cards_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"archive_cards_excerpt_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"archive_cards_item_ratio_mobile\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"archive_classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3ceb375e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b016ab1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"4146f105\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"175bcf79\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Our Proprietor\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65a90286\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Willaim Wright\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_size\":\"h5\",\"image\":{\"id\":129,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img4.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3b3a54d7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-github\",\"_id\":\"8206083\",\"social_icon\":{\"value\":\"fab fa-google\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-github\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"_id\":\"5cb7115\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-bitbucket\",\"_id\":\"dccfaf9\",\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_spacing\":{\"unit\":\"px\",\"size\":6},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#030F273D\",\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=21bfb04\"},\"hover_border_color\":\"#2C75BA\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"59703823\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"5e61ecf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"},\"background_overlay_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a845367\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"248838f5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":2,\"classic_thumbnail\":\"left\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_separator\":\"|\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"cards_meta_separator\":\"|\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_order\":\"asc\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"classic_excerpt_color\":\"#333333\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Poppins\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"classic_read_more_color\":\"#FD5D14\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"600\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"cards_card_border_color\":\"#FD5D1473\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_hover_effect\":\"none\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_badge_bg_color\":\"#FD5D14\",\"cards_badge_color\":\"#FFFFFF\",\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_typography\":\"custom\",\"cards_badge_typography_font_family\":\"Montserrat\",\"cards_badge_typography_font_weight\":\"600\",\"cards_badge_typography_text_transform\":\"uppercase\",\"cards_title_color\":\"#313131\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Montserrat\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cards_title_typography_font_weight\":\"700\",\"cards_title_typography_text_transform\":\"uppercase\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"cards_title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_meta_color\":\"#878787\",\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Poppins\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"cards_excerpt_color\":\"#383838\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Poppins\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"normal\",\"cards_excerpt_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Montserrat\",\"pagination_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_typography_font_weight\":\"700\",\"pagination_typography_text_transform\":\"uppercase\",\"pagination_hover_color\":\"#C33F02\",\"pagination_active_color\":\"#C33F02\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"classic_meta_typography_typography\":\"globals\\/typography?id=f95c007\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_title_typography_typography\":\"globals\\/typography?id=ba6914a\",\"classic_title_color\":\"globals\\/colors?id=e5e9561\",\"classic_box_bg_color\":\"\"},\"classic_title_tag\":\"h4\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_title_color\":\"#292929\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Poppins\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Poppins\",\"classic_meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"classic_meta_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_columns_tablet\":\"1\",\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"classic_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_meta_data\":[\"date\"]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53026d08\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"a2b9329\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"4dd9352d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us On\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(758, 145, '_elementor_edit_mode', 'builder'),
(759, 145, '_elementor_template_type', 'archive'),
(760, 145, '_elementor_version', '3.20.4'),
(761, 145, '_elementor_pro_version', '3.20.2'),
(762, 145, '_elementor_data', '[]'),
(763, 144, '_elementor_page_assets', 'a:0:{}'),
(764, 144, 'template_type', 'archive-blog'),
(765, 144, 'include_in_zip', '1'),
(766, 144, 'elementor_pro_required', '1'),
(767, 144, 'elementor_library_type', 'archive'),
(768, 144, 'elementor_pro_conditions', 'a:1:{i:0;s:15:\"include/archive\";}'),
(769, 144, 'additional_template_information', 'a:2:{i:0;s:47:\"This is a \"Archive\" template for Elementor Pro.\";i:1;s:44:\"This template will display on: All Archives.\";}'),
(770, 144, 'wp_page_template', 'default'),
(771, 144, '_elementor_import_session_id', '66183796c7041'),
(772, 146, '_elementor_edit_mode', 'builder'),
(773, 146, '_elementor_template_type', 'single-post'),
(774, 146, '_elementor_version', '3.20.4'),
(775, 146, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(776, 146, '_elementor_data', '[{\"id\":\"32daae24\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"structure\":\"20\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"356a3eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":72,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"f95726b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"archive-title\\\" settings=\\\"%7B%22include_context%22%3A%22yes%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-archive-title\"},{\"id\":\"28869996\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"icon\":\"fa fa-user-circle-o\",\"_id\":\"a339c7b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"By\",\"comments_custom_strings\":\"\",\"selected_icon\":{\"value\":\"fas fa-user-circle\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"show_icon\":\"custom\"},{\"icon\":\"fa fa-calendar\",\"_id\":\"ba9c996\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"comments_custom_strings\":\"\",\"selected_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"show_icon\":\"custom\"},{\"type\":\"comments\",\"icon\":\"fa fa-commenting-o\",\"_id\":\"afbda51\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"comments_custom_strings\":\"\",\"selected_icon\":{\"value\":\"fas fa-comments\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"show_icon\":\"custom\"}],\"space_between\":{\"unit\":\"px\",\"size\":25},\"space_between_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16},\"text_indent\":{\"unit\":\"px\",\"size\":8},\"icon_size\":{\"unit\":\"px\",\"size\":13},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"icon_align\":\"center\",\"divider\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=21bfb04\",\"divider_color\":\"globals\\/colors?id=57a29b1\",\"icon_color\":\"globals\\/colors?id=primary\",\"_border_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_color\":\"#EFEDED\",\"icon_color\":\"#F5812D\",\"text_color\":\"#FFFFFF\",\"icon_typography_font_family\":\"Prompt\",\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_width\":\"auto\",\"_border_color\":\"#EFEDED69\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false},{\"id\":\"7f532b6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"771ac3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"post-content\"},\"elements\":[{\"id\":\"20c19990\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"space_between_widgets\":18,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a4b3a0a\",\"elType\":\"widget\",\"settings\":{\"__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\\\"]\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"3ca83c7a\",\"elType\":\"widget\",\"settings\":{\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"57474e02\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"icon\":\"fa fa-commenting-o\",\"_id\":\"178a5d0\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"post_tag\",\"comments_custom_strings\":\"\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"text_indent\":{\"unit\":\"px\",\"size\":12},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=ba6914a\",\"text_color\":\"globals\\/colors?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"62c958fc\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"62d78a5\"},{\"button\":\"whatsapp\",\"_id\":\"0f55b88\"},{\"button\":\"twitter\",\"_id\":\"21de836\"},{\"button\":\"linkedin\",\"_id\":\"f780b63\"},{\"button\":\"pinterest\",\"_id\":\"050fff4\"}],\"row_gap\":{\"unit\":\"px\",\"size\":\"\"},\"row_gap_mobile\":{\"unit\":\"px\",\"size\":10},\"button_size\":{\"unit\":\"px\",\"size\":0.8},\"icon_size\":{\"unit\":\"em\",\"size\":1.6},\"button_height\":{\"unit\":\"em\",\"size\":5},\"skin\":\"flat\",\"columns\":\"5\",\"columns_mobile\":\"2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"share_url_type\":\"custom\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ba6914a\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"5af745a8\",\"elType\":\"widget\",\"settings\":{\"author_name\":\"John Doe\",\"author_bio\":\"Click edit button to change this text. Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"link_text\":\"View All Posts >\",\"link_to\":\"posts_archive\",\"show_link\":\"yes\",\"image_vertical_align\":\"middle\",\"image_size\":{\"unit\":\"px\",\"size\":100},\"image_size_mobile\":{\"unit\":\"px\",\"size\":80},\"image_gap\":{\"unit\":\"px\",\"size\":20},\"button_border_width\":{\"unit\":\"px\",\"size\":0},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FAFAFA\",\"alignment\":\"left\",\"name_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"layout\":\"left\",\"bio_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_background_color\":\"#02010100\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=ba6914a\",\"name_typography_typography\":\"globals\\/typography?id=accent\",\"bio_color\":\"\",\"button_hover_color\":\"globals\\/colors?id=fc28385\",\"bio_typography_typography\":\"globals\\/typography?id=f500460\"},\"button_text_color\":\"#F42478\"},\"elements\":[],\"widgetType\":\"author-box\"},{\"id\":\"7f059a3c\",\"elType\":\"widget\",\"settings\":{\"color\":\"#AFAFAF2E\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"41c32b3a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"theme_comments\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"post-comments\"},{\"id\":\"2b7e5471\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"show_borders\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"in_same_term\":[],\"post_taxonomy\":\"category\",\"arrow_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"arrow_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"e-landing-page_taxonomy\":\"elementor_library_type\",\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=f95c007\",\"title_typography_typography\":\"globals\\/typography?id=f500460\",\"label_color\":\"globals\\/colors?id=primary\",\"text_color\":\"globals\\/colors?id=e5e9561\",\"hover_color\":\"globals\\/colors?id=fc28385\",\"arrow_color\":\"globals\\/colors?id=primary\",\"arrow_hover_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false},{\"id\":\"5cf0d5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e61551\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"3139ec22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"68ee8571\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Our Proprietor\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37ba2fb3\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Willaim Wright\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_size\":\"h5\",\"image\":{\"id\":129,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img4.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6d70f62b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-github\",\"_id\":\"8206083\",\"social_icon\":{\"value\":\"fab fa-google\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-github\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"_id\":\"5cb7115\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-bitbucket\",\"_id\":\"dccfaf9\",\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_spacing\":{\"unit\":\"px\",\"size\":6},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#030F273D\",\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=21bfb04\"},\"hover_border_color\":\"#2C75BA\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"61f5a817\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"79592bec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"},\"background_overlay_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cb2f6a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"461a8b88\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":4,\"classic_thumbnail\":\"left\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_separator\":\"|\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"cards_meta_separator\":\"|\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_order\":\"asc\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"classic_excerpt_color\":\"#333333\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Poppins\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"classic_read_more_color\":\"#FD5D14\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"600\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"cards_card_border_color\":\"#FD5D1473\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_hover_effect\":\"none\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_badge_bg_color\":\"#FD5D14\",\"cards_badge_color\":\"#FFFFFF\",\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_typography\":\"custom\",\"cards_badge_typography_font_family\":\"Montserrat\",\"cards_badge_typography_font_weight\":\"600\",\"cards_badge_typography_text_transform\":\"uppercase\",\"cards_title_color\":\"#313131\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Montserrat\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cards_title_typography_font_weight\":\"700\",\"cards_title_typography_text_transform\":\"uppercase\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"cards_title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_meta_color\":\"#878787\",\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Poppins\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"cards_excerpt_color\":\"#383838\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Poppins\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"normal\",\"cards_excerpt_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Montserrat\",\"pagination_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_typography_font_weight\":\"700\",\"pagination_typography_text_transform\":\"uppercase\",\"pagination_hover_color\":\"#C33F02\",\"pagination_active_color\":\"#C33F02\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"classic_meta_typography_typography\":\"globals\\/typography?id=f95c007\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_title_typography_typography\":\"globals\\/typography?id=ba6914a\",\"classic_title_color\":\"globals\\/colors?id=e5e9561\",\"classic_box_bg_color\":\"\"},\"classic_title_tag\":\"h4\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_title_color\":\"#292929\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Poppins\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Poppins\",\"classic_meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"classic_meta_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_columns_tablet\":\"1\",\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"classic_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_meta_data\":[\"date\"]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c937172\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"29bc3cdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"104d878a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us On\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(777, 147, '_elementor_edit_mode', 'builder'),
(778, 147, '_elementor_template_type', 'single-post'),
(779, 147, '_elementor_version', '3.20.4'),
(780, 147, '_elementor_pro_version', '3.20.2'),
(781, 147, '_elementor_data', '[]'),
(782, 146, '_elementor_page_assets', 'a:0:{}'),
(783, 146, 'template_type', 'single-post'),
(784, 146, 'include_in_zip', '1'),
(785, 146, 'elementor_pro_required', '1'),
(786, 146, 'elementor_library_type', 'single-post'),
(787, 146, 'elementor_pro_conditions', 'a:1:{i:0;s:21:\"include/singular/post\";}'),
(788, 146, 'additional_template_information', 'a:2:{i:0;s:51:\"This is a \"Single Post\" template for Elementor Pro.\";i:1;s:37:\"This template will display on: Posts.\";}'),
(789, 146, 'wp_page_template', 'default'),
(790, 146, '_elementor_import_session_id', '66183796c7041'),
(791, 148, '_elementor_edit_mode', 'builder'),
(792, 148, '_elementor_template_type', 'page'),
(793, 148, '_elementor_version', '3.20.4'),
(794, 148, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(795, 148, '_elementor_data', '[{\"id\":\"1e629a00\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bf4d10a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"2dff4322\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3b44549f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"39015e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"180\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about-us\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4053c96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"100e68d5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"28d7b0f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4eea60fc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-142\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-180\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"205b9802\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a3a8ef1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"70fe291b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"7ef5a366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6a4d39b5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1b6f0c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33},\"elements\":[],\"isInner\":true},{\"id\":\"33e92677\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6474472d\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\",\"_border_color\":\"globals\\/colors?id=57a29b1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f5870e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":129,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img4.jpg\"},\"title_text\":\"Er. Jason Smith\",\"description_text\":\"CEO, Director\",\"position\":\"left\",\"title_size\":\"h6\",\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_typography_typography\":\"globals\\/typography?id=f95c007\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"654a5b\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"__globals__\":{\"stars_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"star-rating\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"577d686d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29347531\",\"elType\":\"widget\",\"settings\":{\"title\":\"Award Winning Interior Design Studio !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65d562e9\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"17543d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"MORE ABOUT US\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"607699a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"client\"},\"elements\":[{\"id\":\"29842f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"z_index\":1,\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"656a8191\",\"elType\":\"widget\",\"settings\":{\"carousel\":[],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"slides_to_show\":\"5\",\"navigation\":\"none\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"3\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bc75984\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\",\"background_color\":\"\"},\"_title\":\"team\",\"background_overlay_color_b\":\"#ECE7DB\"},\"elements\":[{\"id\":\"46185006\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7e6585ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Optimistic Team Member\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61a55875\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ec80336\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2d089a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"330701e6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":136,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img13.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4466e282\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"16b81985\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46713386\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":137,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img15.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60818784\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"65e06be3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ecaa0ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img14.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"77cf0afa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"56d90d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c9bab34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img16.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d0f330a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(796, 149, '_elementor_edit_mode', 'builder'),
(797, 149, '_elementor_template_type', 'page'),
(798, 149, '_elementor_version', '3.20.4'),
(799, 149, '_elementor_pro_version', '3.20.2'),
(800, 149, '_elementor_data', '[]'),
(801, 148, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(802, 148, 'template_type', 'single-page'),
(803, 148, 'include_in_zip', '1'),
(804, 148, 'elementor_pro_required', NULL),
(805, 148, 'wp_page_template', 'default'),
(806, 148, '_elementor_import_session_id', '66183796c7041'),
(807, 150, '_elementor_edit_mode', 'builder'),
(808, 150, '_elementor_template_type', 'page'),
(809, 150, '_elementor_version', '3.20.4'),
(810, 150, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(811, 150, '_elementor_data', '[{\"id\":\"66924f19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b1cbc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"64e4b1b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"321a1a09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"12640965\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d514ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"223bd983\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20018d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f8de152\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-house-2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6aa0ec7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"298f9a56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exterior Design Concept\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3777c8ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4fa96507\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"69e5501c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Mechanic\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7fc2ba7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2606005d\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Contactor & Engineering\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"584cb4b3\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"661ba9fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"268f1d28\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Massage-table\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"296011bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50f4c169\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern Furniture Layouts\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71acd9b2\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6c159581\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63eebf96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Safe-house\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30976de2\",\"elType\":\"widget\",\"settings\":{\"title\":\"04.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7ed04b\",\"elType\":\"widget\",\"settings\":{\"title\":\"House \\/ Apartment Renovation\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cad2374\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"606a7f40\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5edb8eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ae57cdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-apartment1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"10cf600a\",\"elType\":\"widget\",\"settings\":{\"title\":\"05.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7033cbdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Private Residence Projects\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcef68b\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4ec88e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50ecd8cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7bd1f9e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"06.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3653fc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior Decorator & Manager\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"307530aa\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4588f4c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c5648cd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-planting\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e8f6452\",\"elType\":\"widget\",\"settings\":{\"title\":\"07.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c70eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Landscape Architect \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5608fee\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6e8a90f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"670b01ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Helmet\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"621db0a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"08.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f19a16c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Industrial Engineering\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2338608\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"987e23c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"testimonial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":130,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img5.png\"},\"background_overlay_position\":\"center right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"65b2f5bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"content_position\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3c062f0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Customers Says About Us !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2180ca10\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c441ffa\",\"elType\":\"widget\",\"settings\":{\"text\":\"MORE REVIEWS\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"4d853d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"content_position\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#FFFFFF33\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67f38d12\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Alexander Donner\",\"title\":\"Customer, Agent\",\"image\":{\"id\":140,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img17.jpg\"},\"_id\":\"6298a06\"},{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Harry Watson\",\"title\":\"Director, Client\",\"image\":{\"id\":141,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img19.jpg\"},\"_id\":\"c66d6ef\"},{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Jonsan William\",\"title\":\"Client, Supervisor\",\"image\":{\"id\":142,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img18.jpg\"},\"_id\":\"ba3f524\"}],\"layout\":\"image_left\",\"alignment\":\"left\",\"show_arrows\":\"\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"pagination_size\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"name_typography_typography\":\"globals\\/typography?id=61eed76\",\"name_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=08fcc9d\",\"title_typography_typography\":\"globals\\/typography?id=f500460\",\"content_color\":\"globals\\/colors?id=text\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"pagination_color_inactive\":\"globals\\/colors?id=08fcc9d\",\"pagination_color\":\"globals\\/colors?id=21bfb04\",\"image_border_color\":\"globals\\/colors?id=secondary\"},\"image_border\":\"yes\",\"image_border_width\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slides_per_view_tablet\":\"1\",\"alignment_mobile\":\"left\",\"slides_per_view_mobile\":\"1\",\"content_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_border_width_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(812, 151, '_elementor_edit_mode', 'builder'),
(813, 151, '_elementor_template_type', 'page'),
(814, 151, '_elementor_version', '3.20.4'),
(815, 151, '_elementor_pro_version', '3.20.2'),
(816, 151, '_elementor_data', '[]'),
(817, 150, '_elementor_page_assets', 'a:0:{}'),
(818, 150, 'template_type', 'single-page'),
(819, 150, 'include_in_zip', '1'),
(820, 150, 'elementor_pro_required', NULL),
(821, 150, 'wp_page_template', 'default'),
(822, 150, '_elementor_import_session_id', '66183796c7041'),
(823, 152, '_elementor_edit_mode', 'builder'),
(824, 152, '_elementor_template_type', 'page'),
(825, 152, '_elementor_version', '3.20.4'),
(826, 152, '_elementor_pro_version', '3.20.2'),
(827, 153, '_wp_attached_file', '2024/04/img21.jpg'),
(828, 153, '_elementor_import_session_id', '66183796c7041'),
(829, 153, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2024/04/img21.jpg\";s:8:\"filesize\";i:86593;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12528;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"img21-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98080;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6195;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"img21-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60285;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(830, 153, '_elementor_source_image_hash', '947411b9ae348738985c13699b2005f330fec509');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(831, 152, '_elementor_data', '[{\"id\":\"4ac3f3a5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68b74a39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"761bf04d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Detail\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6bc648b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e9a36fc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"details\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"29db0376\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"space_between_widgets\":18,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"78357a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"House \\/ Apartment Renovation\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4c7aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":153,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img21.jpg\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d0b5b32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magina voluptatum doloriem! Dolores! Sociosqii commodiin nobis imperdiet lacinia? Magni! Felis, elementum nobis imperdiet lacinia nobis imperdiet lacinia commodo nobis imper lacinia nobis imperd imperdiet lacinia commodo.Vestibulum illum pulvinar iusto ac minus, aliquid voluptatum nec laboriosam pellentesque. Pellentesque fugiat suscipit, reiciendis occaecati. Enim urna, peos fermentum.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6dab1d1b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3b1425b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5857c83d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Occaecat velit dis! ea wisi.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"6de9337\"},{\"text\":\"Aliquam sapiente beatae modi rem.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"9060b2e\"},{\"text\":\"Sem rhoncus, libero lectus.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"c3834ad\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5fac381c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3ed02261\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Arcu eius, lacinia fugiat.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"e5e4ab1\"},{\"text\":\"Adipiscing  etiam, similique expedita.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"52bb14e\"},{\"text\":\"Dignissimos,  quod ornare fugit.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"298cf53\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6901b48a\",\"elType\":\"widget\",\"settings\":{\"carousel\":{\"0\":{\"id\":132,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img7.jpg\"},\"3\":{\"id\":133,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img10.jpg\"}},\"thumbnail_size\":\"custom\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"dots_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=primary\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false},{\"id\":\"1ac05dda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":100,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3094e78\",\"elType\":\"section\",\"settings\":{\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7b9494d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"48805e55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get A Free Quotes\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\"},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"749064e8\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Your Name*\",\"_id\":\"e8ee275\",\"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\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Your Email*\",\"_id\":\"76e5a9b\",\"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\":\"b57c008\",\"field_type\":\"number\",\"field_label\":\"Phone number\",\"placeholder\":\"Your Number*\",\"required\":\"true\",\"custom_id\":\"field_b57c008\",\"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\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Enter your message\",\"_id\":\"873bc23\",\"rows\":6,\"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\":\"lg\",\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Get a quotes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"label_typography_font_family\":\"Montserrat\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_typography_text_transform\":\"uppercase\",\"html_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"html_typography_font_family\":\"Poppins\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_weight\":\"normal\",\"field_background_color\":\"\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"button_text_color\":\"\",\"previous_button_text_color\":\"#FFFFFF\",\"button_hover_color\":\"\",\"__globals__\":{\"success_message_color\":\"globals\\/colors?id=secondary\",\"error_message_color\":\"globals\\/colors?id=primary\",\"inline_message_color\":\"globals\\/colors?id=primary\"},\"label_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"label_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"html_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"html_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"field_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"message_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"message_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"steps_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"steps_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"step_progress_bar_percentage__typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"step_progress_bar_percentage__typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54f78838\",\"elType\":\"section\",\"settings\":{\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4c6494bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=f06adda\"}},\"elements\":[{\"id\":\"60ee6301\",\"elType\":\"widget\",\"settings\":{\"title\":\"Others Services\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f039f1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Wastage removal\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e5e4ab1\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Metallic engineering\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ad60aeb\"},{\"text\":\"Carpentry projects\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4e3f888\"},{\"text\":\"Constant maintenance\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02537b7\"},{\"text\":\"House-wiring project\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8f7f708\"},{\"text\":\"Project management\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d17f860\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"divider\":\"yes\",\"divider_color\":\"#FFFFFF70\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=61eed76\",\"text_color_hover\":\"globals\\/colors?id=fc28385\",\"text_color\":\"globals\\/colors?id=21bfb04\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(832, 154, '_elementor_edit_mode', 'builder'),
(833, 154, '_elementor_template_type', 'page'),
(834, 154, '_elementor_version', '3.20.4'),
(835, 154, '_elementor_pro_version', '3.20.2'),
(836, 154, '_elementor_data', '[]'),
(837, 152, '_elementor_page_assets', 'a:0:{}'),
(838, 152, 'template_type', 'single-page'),
(839, 152, 'include_in_zip', '1'),
(840, 152, 'elementor_pro_required', '1'),
(841, 152, 'wp_page_template', 'default'),
(842, 152, '_elementor_import_session_id', '66183796c7041'),
(843, 155, '_elementor_edit_mode', 'builder'),
(844, 155, '_elementor_template_type', 'page'),
(845, 155, '_elementor_version', '3.20.4'),
(846, 155, '_elementor_pro_version', '3.20.2'),
(847, 155, '_elementor_data', '[{\"id\":\"63a6b373\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d265002\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"56ce272f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portfolio\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2c7ff0a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce3a28f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"portfolio\"},\"elements\":[{\"id\":\"365eb38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ebd27db\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3c50e3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72822bed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img7.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"344c5f5b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"4270b982\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"361a9a8b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"425cf853\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2afee09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"37aea90d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"449298ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"61d1718\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1338289\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"190\",\"bottom\":\"0\",\"left\":\"190\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d41c86e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img10.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6533da43\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"1746d165\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"766303e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6b1d7739\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"45c52d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"39b9baa4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2420c331\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"4e9789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"5d577eec\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4fb8a436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"562912d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img11.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a4fd67e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"684830e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4fd299fc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9922072\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"190\",\"bottom\":\"0\",\"left\":\"190\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"134b8801\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img-12.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6949a2ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"2621c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4eaa5e48\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(848, 156, '_elementor_edit_mode', 'builder'),
(849, 156, '_elementor_template_type', 'page'),
(850, 156, '_elementor_version', '3.20.4'),
(851, 156, '_elementor_pro_version', '3.20.2'),
(852, 156, '_elementor_data', '[]'),
(853, 155, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(854, 155, 'template_type', 'single-page'),
(855, 155, 'include_in_zip', '1'),
(856, 155, 'elementor_pro_required', '1'),
(857, 155, 'wp_page_template', 'default'),
(858, 155, '_elementor_import_session_id', '66183796c7041'),
(859, 157, '_elementor_edit_mode', 'builder'),
(860, 157, '_elementor_template_type', 'page'),
(861, 157, '_elementor_version', '3.20.4'),
(862, 157, '_elementor_pro_version', '3.20.2'),
(863, 157, '_elementor_data', '[{\"id\":\"a557126\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60cf5eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"3d666f37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portfolio Detail\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"646069ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"16b85a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"_title\":\"detail\"},\"elements\":[{\"id\":\"4b5b552\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3215b9c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"7b5e1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"12d23bd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Details\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64f58187\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Info Of Clients :\",\"description_text\":\"Better Homes and Garden 654, NewYork-22\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"_border_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"acb93e1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-cog\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"Service Offered :\",\"description_text\":\"Reconstruction, Re-novation, House Wiring\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"_border_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3aead4a6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Project Period :\",\"description_text\":\"5 Days designing, and 1 month for completion\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"_border_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"70e4a09\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"49b69d8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"25cd766c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Other Projects\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3569f9de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Project Management\",\"_id\":\"074c935\",\"selected_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House-wiiring Projects\",\"selected_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"57d9fe4\"},{\"text\":\"Carpentry Projects\",\"selected_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bc311e6\"},{\"text\":\"Heavy Duty Works\",\"selected_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"adbd681\"},{\"text\":\"Metallic Enginneering\",\"selected_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c06fe8c\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\",\"icon_typography_typography\":\"globals\\/typography?id=ba6914a\",\"text_color\":\"globals\\/colors?id=21bfb04\",\"divider_color\":\"\"},\"divider\":\"yes\",\"divider_color\":\"#78787840\",\"icon_color\":\"#F1B017\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1d9bef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"9aa66ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"129d04e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-quote1\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"Magni a nostra reprehenderit similique a hendrerit inceptos reprehenderit iusto, laborum sed parturient officia .\",\"position\":\"left\",\"primary_color\":\"#1B273A26\",\"icon_space\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"\",\"title_color\":\"\",\"description_color\":\"globals\\/colors?id=secondary\",\"description_typography_typography\":\"globals\\/typography?id=92b0a2d\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1723fce2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":129,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img4.jpg\"},\"title_text\":\"William Scout\",\"description_text\":\"CUSTOMER\",\"position\":\"left\",\"title_size\":\"h6\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d545c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"433763cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior Design Projects\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be3d8a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quis ornare tristique harum minima minim, lacus, interdum luctus facilisi fugiat occaecat, exercitationem dignissim doloremque maiores, massa mollit? Lectus, placerat quibusdam aliquip ultrices qui. Consequatur molestias sem hymenaeos? Sed temporibus, varius ex mauris rerum porttitor.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6bcda5de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":153,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img21.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1a2f0\",\"elType\":\"widget\",\"settings\":{\"thumbnail_size\":\"full\",\"slides_to_show\":\"3\",\"slides_to_show_tablet\":\"3\",\"slides_to_show_mobile\":\"2\",\"navigation\":\"none\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"5c0d878a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Summary :\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ddbfb88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quis ornare tristique harum minima minim, lacus, interdum luctus facilisi fugiat occaecat, exercitationem dignissim doloremque maiores, massa mollit? Lectus, placerat quibusdam aliquip ultrices qui. Consequatur molestias sem hymenaeos? Sed temporibus, varius ex mauris rerum porttitor.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a79d319\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[{\"id\":\"2db4e880\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2fc8e026\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rerum diam nullam non.\",\"_id\":\"074c935\"},{\"text\":\"Aut cupiditate pretium corrupti.\",\"_id\":\"ffae534\"},{\"text\":\"Natus sem excepteur magnam.\",\"_id\":\"c6f3100\"},{\"text\":\"Vehicula vero magnis nec.\",\"_id\":\"1bd7d55\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1d041b2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64eb00db\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Vehicula vero magnis nec.\",\"_id\":\"1bd7d55\"},{\"text\":\"Rerum diam nullam non.\",\"_id\":\"074c935\"},{\"text\":\"Aut cupiditate pretium corrupti.\",\"_id\":\"ffae534\"},{\"text\":\"Natus sem excepteur magnam.\",\"_id\":\"c6f3100\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(864, 158, '_elementor_edit_mode', 'builder'),
(865, 158, '_elementor_template_type', 'page'),
(866, 158, '_elementor_version', '3.20.4'),
(867, 158, '_elementor_pro_version', '3.20.2'),
(868, 158, '_elementor_data', '[]'),
(869, 157, '_elementor_page_assets', 'a:0:{}'),
(870, 157, 'template_type', 'single-page'),
(871, 157, 'include_in_zip', '1'),
(872, 157, 'elementor_pro_required', NULL),
(873, 157, 'wp_page_template', 'default'),
(874, 157, '_elementor_import_session_id', '66183796c7041'),
(875, 159, '_elementor_edit_mode', 'builder'),
(876, 159, '_elementor_template_type', 'page'),
(877, 159, '_elementor_version', '3.20.4'),
(878, 159, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(879, 159, '_elementor_data', '[{\"id\":\"429453cf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fe063b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"4b462372\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5095bbae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bc24269\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"team\"},\"elements\":[{\"id\":\"54c8e681\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6937fcde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7da94aab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15395dd9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":136,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img13.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a8eb531\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"77e913fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b9a7d3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":137,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img15.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e3d965c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"314bb96f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7de0c04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img14.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6df924af\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2ddccda0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc783bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img16.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24a4c27c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1052785c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21986f34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"468dae1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":137,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img15.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e5afb28\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"417d67d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7df59643\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":136,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img13.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1582e97\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4b261f80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79e295d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img16.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24093813\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"6890fcbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1afc065f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img14.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6bac5397\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(880, 160, '_elementor_edit_mode', 'builder'),
(881, 160, '_elementor_template_type', 'page'),
(882, 160, '_elementor_version', '3.20.4'),
(883, 160, '_elementor_pro_version', '3.20.2'),
(884, 160, '_elementor_data', '[]'),
(885, 159, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(886, 159, 'template_type', 'single-page'),
(887, 159, 'include_in_zip', '1'),
(888, 159, 'elementor_pro_required', NULL),
(889, 159, 'wp_page_template', 'default'),
(890, 159, '_elementor_import_session_id', '66183796c7041'),
(891, 161, '_elementor_edit_mode', 'builder'),
(892, 161, '_elementor_template_type', 'page'),
(893, 161, '_elementor_version', '3.20.4'),
(894, 161, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(895, 161, '_elementor_data', '[{\"id\":\"5781bfaf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a16cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"74bd993\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Detail\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2180e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"108521ad\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_title\":\"team-detail\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"855282f\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"1c54ced6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"728cd89\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"63fb6c78\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":142,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img18.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"f3d8827\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5da2c92f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"\\\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\\"\",\"primary_color\":\"#FFFFFFA3\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#FBFBFB\",\"description_typography_font_weight\":\"500\",\"description_typography_font_style\":\"italic\",\"_margin\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_size\":\"h5\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\"},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"cb0ede2\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"67250d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":18,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"8fbd6f5\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"7a362752\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"14263bd\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"1a0e740f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"_inline_size_tablet\":100,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"5d2b4f1\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"260446d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Harrison Scott\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"align_tablet\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"7a693b8\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ce09002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social\":\"fa fa-github\",\"_id\":\"8206083\",\"social_icon\":{\"value\":\"fab fa-google\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social\":\"fa fa-github\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"_id\":\"5cb7115\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social\":\"fa fa-bitbucket\",\"_id\":\"dccfaf9\",\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_secondary_color\":\"#FFFFFF\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"image_border_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"abce923\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7b72c566\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quaerat expedita suspendisse asperiores repellendus saepe ultrices eget vitae facilisis cupidatat adipisicing? Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum.<\\/p><p>Lorem ipsum dolor sit amet, cons aring elit sed dllao the eimod sed dllao the eimod dolor sit am. Rem omnis placeat vulputate inventore maxime minus nec eimod sed dllao.<\\/p>\",\"align\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2883694\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"649dd8cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications:\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"1e75ea4\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a4a1176\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"# 2013 \\/ 2015\",\"description_text\":\"Harvey Mudd College (BBA) College of business, London\",\"position\":\"left\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"title_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"add7c73\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d296884\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"# 2016 \\/ 2018\",\"description_text\":\"Oxford College (Law) Business college, San Francicso\",\"position\":\"left\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"title_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"5430d7c\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5c031609\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"# 2019 \\/ 2020\",\"description_text\":\"CEO, Chief supervisor of Alfred Financial company\",\"position\":\"left\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"70d24d1\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46be19bc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"team-experience\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"1458ea1\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"13dee110\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"c4e09ca\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"2f27ed9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experiences:\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"b238bd7\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57e6dc89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quaerat expedita suspendisse asperiores repellendus saepe ultrices eget vitae facilisis cupidatat adipisicing? Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum dolore laboris consectetur tempore volupta.<\\/p><p>Lorem ipsum dolor sit amet, cons aring elit sed dllao the eimod sed dllao the eimod dolor sit am. Rem omnis placeat vulputate inventore maxime minus nec eimod sed dllao the eimod dolor minus nec eimod sed dllao the eimod .<\\/p>\",\"align\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"37e03e0\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cb4b8ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"de939b8\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"6587a358\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"606c2a2\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"51507d41\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Occaecat velit dis! Exercitationem, eleifend ea wisi.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"6de9337\"},{\"text\":\"Aliquam fames laoreet, sapiente beatae modi rem.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"9060b2e\"},{\"text\":\"Sem justo urna aliquam, rhoncus, libero lectus.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"c3834ad\"},{\"text\":\"Arcu donec aptent torquent eius, lacinia fugiat.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"e5e4ab1\"},{\"text\":\"Adipiscing auctor leo, adipisci etiam, similique expedita.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"52bb14e\"},{\"text\":\"Dignissimos, dolorem dolorem quod ornare fugit.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"298cf53\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_typography_typography\":\"globals\\/typography?id=ba6914a\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"45582d8\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"29f825d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"489fddd\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"12211905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Completed Projects\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=ba6914a\",\"bar_inner_typography_typography\":\"globals\\/typography?id=f95c007\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"bf54353\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7f58db58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior Skills\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"\",\"bar_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=ba6914a\",\"bar_inner_typography_typography\":\"globals\\/typography?id=f95c007\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"f0d63e5\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"55aead0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaible & Hardworking\",\"percent\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"inner_text\":\"\",\"bar_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ba6914a\",\"bar_color\":\"globals\\/colors?id=primary\",\"bar_inner_typography_typography\":\"globals\\/typography?id=f95c007\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"5113a03\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(896, 162, '_elementor_edit_mode', 'builder'),
(897, 162, '_elementor_template_type', 'page'),
(898, 162, '_elementor_version', '3.20.4'),
(899, 162, '_elementor_pro_version', '3.20.2'),
(900, 162, '_elementor_data', '[]'),
(901, 161, '_elementor_page_assets', 'a:0:{}'),
(902, 161, 'template_type', 'single-page'),
(903, 161, 'include_in_zip', '1'),
(904, 161, 'elementor_pro_required', NULL),
(905, 161, 'wp_page_template', 'default'),
(906, 161, '_elementor_import_session_id', '66183796c7041'),
(907, 163, '_elementor_edit_mode', 'builder'),
(908, 163, '_elementor_template_type', 'page'),
(909, 163, '_elementor_version', '3.20.4'),
(910, 163, '_elementor_pro_version', '3.20.2'),
(911, 163, '_elementor_data', '[{\"id\":\"6bfa5485\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156d9435\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"4a2abb01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Career \",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6bb723b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"17ad1256\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"vacany\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"70fa034d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"align\":\"center\"},\"elements\":[{\"id\":\"76ca6f02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Team !\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12506d8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sint nascetur facere, delectus conubia consequuntur, nonummy distinctio! Non officiis, id natus non nisl provident justo.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bcf31c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"610a1b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3414a931\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"65f30d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23079ee9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"48ec3c3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4647aee4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Time \\/ Part Time\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42fda286\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing Advisor\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"682035eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"56f9f06c\",\"elType\":\"widget\",\"settings\":{\"text\":\"APPLY NOW\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_hover_border_color\":\"#030F27\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"18\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"70a645fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1189c04e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"49121a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"39\",\"bottom\":\"39\",\"left\":\"39\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[{\"id\":\"25238862\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Time\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b093108\",\"elType\":\"widget\",\"settings\":{\"title\":\"Supervisor\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23dc2346\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48ac15f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"APPLY NOW\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_hover_border_color\":\"#030F27\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"18\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62b42e98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75a42ab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"633d2e41\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"77b950b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"39\",\"bottom\":\"39\",\"left\":\"39\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[{\"id\":\"5f36e087\",\"elType\":\"widget\",\"settings\":{\"title\":\"Part Time\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2999c49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Field Agent\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e10f413\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39a4965c\",\"elType\":\"widget\",\"settings\":{\"text\":\"APPLY NOW\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_hover_border_color\":\"#030F27\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"18\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"33f1a109\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1fb720\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"39056fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4901357d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Time \\/ Part Time\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"384c0be5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Receptionist\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73b1367f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f872b86\",\"elType\":\"widget\",\"settings\":{\"text\":\"APPLY NOW\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_hover_border_color\":\"#030F27\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"18\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7740dd74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"658c2bf4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"583c1b7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"4606adfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Team\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31b2e043\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Your Name*\",\"_id\":\"e8ee275\",\"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\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Your Email*\",\"_id\":\"76e5a9b\",\"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\":\"b57c008\",\"field_label\":\"Position\",\"placeholder\":\"Your Position*\",\"required\":\"true\",\"custom_id\":\"field_b57c008\",\"field_options\":\"Select | Engineer | Architech | Supervisor | \",\"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\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Enter your message\",\"_id\":\"873bc23\",\"rows\":6,\"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\":\"lg\",\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"SEND APPLICATION\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"label_typography_font_family\":\"Montserrat\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_typography_text_transform\":\"uppercase\",\"html_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"html_typography_font_family\":\"Poppins\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_weight\":\"normal\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"\",\"button_hover_color\":\"\",\"__globals__\":{\"success_message_color\":\"globals\\/colors?id=ad41708\",\"error_message_color\":\"globals\\/colors?id=ad41708\",\"inline_message_color\":\"globals\\/colors?id=ad41708\",\"field_background_color\":\"globals\\/colors?id=ad41708\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"button_background_color\":\"globals\\/colors?id=secondary\"},\"field_background_color\":\"#F8F8F8\",\"button_background_hover_color\":\"#B4260F\",\"button_hover_border_color\":\"#B4260F\",\"success_message_color\":\"#F8F8F8\",\"error_message_color\":\"#F8F8F8\",\"inline_message_color\":\"#F8F8F8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1411031b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"benefit\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"1236816a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a7cd836\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2daced87\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":100,\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"454e58a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Company Has Been Present For Over 20 Years In Interior Designing !\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"534bd2dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a43d09\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magina voluptatum doloriem! Dolores! Sociosqii commodiin nobis imperdiet lacinia? Magni! Felis, elementum nobis imperdiet lacinia nobis imperdiet lacinia commodo nobis imper lacinia nobis imperd.<\\/p><p>Aenean cras praesentium maecenas quasi? Architecto cras, iusto suspendisse lorem qui fusce. Mollit amet ullamcorper.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4eeb321d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21043dde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=21bfb04\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":-10,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"559391c6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Award winning\",\"description_text\":\"Lorem ipsum dolor sit amet, consec teturing.\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"normal\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-award\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_font_weight\":\"800\",\"description_typography_font_family\":\"Poppins\",\"title_size\":\"h5\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"position\":\"left\",\"secondary_color\":\"#FFFFFF\",\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4697b9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=21bfb04\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":-10,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"27d3b692\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Well allowance\",\"description_text\":\"Lorem ipsum dolor sit amet, consec teturing.\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"normal\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-hand-holding-usd\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_font_weight\":\"800\",\"description_typography_font_family\":\"Poppins\",\"title_size\":\"h5\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"position\":\"left\",\"secondary_color\":\"#FFFFFF\",\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6facd27\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"180\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=21bfb04\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":-10,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"3307f4ca\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Full Insurance\",\"description_text\":\"Lorem ipsum dolor sit amet, consec teturing.\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"normal\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_font_weight\":\"800\",\"description_typography_font_family\":\"Poppins\",\"title_size\":\"h5\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"position\":\"left\",\"secondary_color\":\"#FFFFFF\",\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(912, 164, '_elementor_edit_mode', 'builder'),
(913, 164, '_elementor_template_type', 'page'),
(914, 164, '_elementor_version', '3.20.4'),
(915, 164, '_elementor_pro_version', '3.20.2'),
(916, 164, '_elementor_data', '[]'),
(917, 163, '_elementor_page_assets', 'a:0:{}'),
(918, 163, 'template_type', 'single-page'),
(919, 163, 'include_in_zip', '1'),
(920, 163, 'elementor_pro_required', '1'),
(921, 163, 'wp_page_template', 'default'),
(922, 163, '_elementor_import_session_id', '66183796c7041'),
(923, 165, '_elementor_edit_mode', 'builder'),
(924, 165, '_elementor_template_type', 'page'),
(925, 165, '_elementor_version', '3.20.4'),
(926, 165, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(927, 165, '_elementor_data', '[{\"id\":\"26a7af1d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18cd3608\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"6fe5f7df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Career Details\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6111e70f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"336677a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"career-detail\",\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"10421850\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7b6919e4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"595221a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"17\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"53b45983\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Apply?\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_background_background\":\"classic\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13504b5a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nunc expedita montes minima.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"6de9337\"},{\"text\":\"Animi atque ornare iaculis.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"9060b2e\"},{\"text\":\"Sociosqu scelerisque adipisci.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"c3834ad\"},{\"text\":\"Purus eveniet incidi dunt.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"3deb823\"},{\"text\":\"Animi atque ornare iaculis.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"1a6b5fe\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12a09c05\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"14c6b10a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"244da33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_background_background\":\"classic\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14aed981\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When the Announcements?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"0348e40\"},{\"tab_title\":\"Can I Apply After Rejection?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"ba26de5\"},{\"tab_title\":\"Where to Interview?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"7f7fc20\"}],\"selected_icon\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-angle-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_background\":\"#FFFFFF\",\"title_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"faq_schema\":\"yes\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"content_background_color\":\"#FFFFFF\",\"__globals__\":{\"tab_active_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=ba6914a\",\"content_background_color\":\"globals\\/colors?id=21bfb04\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"title_color\":\"globals\\/colors?id=e5e9561\"},\"title_html_tag\":\"h5\",\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b9eaa84\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"57eb2b94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":18,\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"46fecf78\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-file-invoice\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"secondary_color\":\"#FFFFFF\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=f06adda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4280c47a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us your C.V.\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a725a71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Do you want to work with us? Please, send your CV to <a href=\\\"#\\\">domain123@gmail.com<\\/a><\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53be0e4e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"OR\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=92b0a2d\",\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"245bf635\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_hover_border_color\":\"#030F27\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"18\",\"left\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"13ed7c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"778ab50a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"20\",\"left\":\"22\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"10\",\"bottom\":\"8\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6714b656\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFFA8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"21\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a2eb0b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Post :\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d00136\",\"elType\":\"widget\",\"settings\":{\"title\":\"Decorater\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"717a5733\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFFA8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"15\",\"bottom\":\"21\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"475bd5b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Time :\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b5278d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Time\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1176bb7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFFA8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"15\",\"bottom\":\"21\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c4ee5ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Salary :\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"503b8ce7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Negotaible\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"16c5bfe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFFA8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb39c4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"No. of Vacancy :\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5eebd3bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"8\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ae32ce5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":153,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img21.jpg\"},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65932aa1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Job Description\",\"tab_content\":\"<p>Reprehenderit hic bibendum repellendus, repellat auctor! Integer temporibus, facilisis iaculis alias senectus, non quam molestiae incidunt cubilia, fuga? Quasi natoque dicta a fuga dapibus dolore molestie sociis erat, convallis quibusdam possimus semper nonummy mattis, quasi.<\\/p><p>Autem nec quaerat cubilia magnam eu mauris hic hac nisi eos nobis officiis corrupti consequuntur molestie urna volutpat! Quos diamlorem convallis vestibulum doloremque iste facilisi.<\\/p><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.<\\/li><li>Netus donec justo mauris etiam velit.<\\/li><li>Quis dolorum habitasse accusantium hic consequat.<\\/li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.<\\/li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.<\\/li><li>Lobortis facere accusamus nemo, ipsum ad morbi.<\\/li><li>Netus donec justo mauris etiam velit.<\\/li><li>Quis dolorum habitasse accusantium hic consequat.<\\/li><\\/ul>\",\"_id\":\"57e6771\"},{\"tab_title\":\"Experience & Overview\",\"tab_content\":\"<h6><strong>#OVERVIEW<\\/strong><\\/h6><p>Reprehenderit hic bibendum repellendus, repellat auctor! Integer temporibus, facilisis iaculis alias senectus, non quam molestiae incidunt cubilia, fuga? Quasi natoque dicta a fuga dapibus dolore molestie sociis erat, convallis quibusdam possimus semper nonummy mattis, quasi.<\\/p><h6>\\u00a0<\\/h6><h6><strong>#EXPERIENCE<\\/strong><\\/h6><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.<\\/li><li>Netus donec justo mauris etiam velit.<\\/li><li>Quis dolorum habitasse accusantium hic consequat.<\\/li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.<\\/li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.<\\/li><\\/ul>\",\"_id\":\"9828de9\"},{\"tab_title\":\"Requirement\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Venenatis cupidatat rem sociosqu platea. Earum felis consequatur adipisci minus viverra, nullam molestias nibh conubia.<\\/p><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.<\\/li><li>Netus donec justo mauris etiam velit.<\\/li><li>Quis dolorum habitasse accusantium hic consequat.<\\/li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.<\\/li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.<\\/li><\\/ul>\",\"_id\":\"7ed8416\"}],\"border_color\":\"#D9D9D9\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"tab_active_color\":\"\",\"tab_typography_typography\":\"globals\\/typography?id=92b0a2d\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"border_color\":\"globals\\/colors?id=57a29b1\",\"background_color\":\"globals\\/colors?id=21bfb04\",\"tab_color\":\"globals\\/colors?id=e5e9561\"},\"tab_color\":\"#151515\"},\"elements\":[],\"widgetType\":\"tabs\"}],\"isInner\":false}],\"isInner\":false}]'),
(928, 166, '_elementor_edit_mode', 'builder'),
(929, 166, '_elementor_template_type', 'page'),
(930, 166, '_elementor_version', '3.20.4'),
(931, 166, '_elementor_pro_version', '3.20.2'),
(932, 166, '_elementor_data', '[]'),
(933, 165, '_elementor_page_assets', 'a:0:{}'),
(934, 165, 'template_type', 'single-page'),
(935, 165, 'include_in_zip', '1'),
(936, 165, 'elementor_pro_required', NULL),
(937, 165, 'wp_page_template', 'elementor_header_footer'),
(938, 165, '_elementor_import_session_id', '66183796c7041'),
(939, 167, '_elementor_edit_mode', 'builder'),
(940, 167, '_elementor_template_type', 'page'),
(941, 167, '_elementor_version', '3.20.4'),
(942, 167, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(943, 167, '_elementor_data', '[{\"id\":\"6dd445c7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75747192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"7df37177\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"27d7cd86\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"62508df3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"details\"},\"elements\":[{\"id\":\"664bd4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":18,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"113ca738\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7699edb\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38edc6c1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How We Became Best Among Others?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"0348e40\"},{\"tab_title\":\"Why Choose Us For Your Projects?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"ba26de5\"},{\"tab_title\":\"What We Offer To You?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"7f7fc20\"},{\"tab_title\":\"How We Provide Services For You?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"27dee53\"},{\"tab_title\":\"Are We Affordable To Hire?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"334d6cc\"}],\"selected_icon\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-angle-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"faq_schema\":\"yes\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"content_background_color\":\"#FFFFFF\",\"__globals__\":{\"tab_active_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=92b0a2d\",\"content_background_color\":\"globals\\/colors?id=21bfb04\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"title_color\":\"globals\\/colors?id=e5e9561\",\"title_background\":\"globals\\/colors?id=21bfb04\"},\"title_html_tag\":\"h5\",\"title_color\":\"#333333\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false},{\"id\":\"32b17903\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7ddfb22d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7f7ed545\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_position_tablet\":\"center right\",\"background_overlay_repeat_tablet\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"box_shadow_box_shadow_type\":\"yes\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"40d328c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Any Questions? Ask Us!!\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74f79de2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FAQ Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Your Name*\",\"_id\":\"e8ee275\",\"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\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Your Email*\",\"_id\":\"76e5a9b\",\"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\":\"b57c008\",\"field_label\":\"Mobile Number\",\"placeholder\":\"Mobile Number\",\"custom_id\":\"field_b57c008\",\"field_options\":\"Select | Engineer | Architech | Supervisor | \",\"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\":\"number\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Enter your message*\",\"_id\":\"873bc23\",\"rows\":6,\"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\":\"\",\"required\":\"true\"}],\"input_size\":\"lg\",\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"SUBMIT QUESTIONS\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"label_typography_font_family\":\"Montserrat\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_typography_text_transform\":\"uppercase\",\"html_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"html_typography_font_family\":\"Poppins\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_weight\":\"normal\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"\",\"button_hover_color\":\"\",\"__globals__\":{\"success_message_color\":\"globals\\/colors?id=ad41708\",\"error_message_color\":\"globals\\/colors?id=ad41708\",\"inline_message_color\":\"globals\\/colors?id=ad41708\",\"field_background_color\":\"globals\\/colors?id=ad41708\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"button_background_color\":\"globals\\/colors?id=secondary\"},\"button_align\":\"start\",\"field_background_color\":\"#F8F8F8\",\"button_background_hover_color\":\"#B4260F\",\"button_hover_border_color\":\"#B4260F\",\"success_message_color\":\"#F8F8F8\",\"error_message_color\":\"#F8F8F8\",\"inline_message_color\":\"#F8F8F8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c382b92\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"details\"},\"elements\":[{\"id\":\"2469ba37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"32e5bfe8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img7.jpg\"},\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"31307cb6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"title_text\":\"Give Us A Chance To Prove It!\",\"description_text\":\"\\\"ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Nam cumque odit, wisi dicta.\\\"\",\"primary_color\":\"#FFFFFFA3\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_size\":\"h5\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"description_typography_typography\":\"\",\"description_color\":\"globals\\/colors?id=ad41708\"},\"description_typography_font_family\":\"Prompt\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_background_color\":\"#F42478\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"5ffa09bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"space_between_widgets\":18,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"74\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55001fc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits & What We Do?\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4efbce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5de6dfa6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"We Manage Everything You Can Think Of !\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"ba26de5\"},{\"tab_title\":\"We Makes Your Agency Project Special.\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"0348e40\"},{\"tab_title\":\"We Guarantee Success With Our Project.\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"7f7fc20\"},{\"tab_title\":\"We Help You To Implement Any Project.\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"27dee53\"},{\"tab_title\":\"We Make Possible To Work In A Tight Timeframe.\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"334d6cc\"}],\"selected_icon\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-angle-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"faq_schema\":\"yes\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"content_background_color\":\"#FFFFFF\",\"__globals__\":{\"tab_active_color\":\"\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"title_typography_typography\":\"globals\\/typography?id=92b0a2d\",\"content_background_color\":\"globals\\/colors?id=21bfb04\",\"title_color\":\"globals\\/colors?id=e5e9561\",\"title_background\":\"globals\\/colors?id=21bfb04\"},\"title_html_tag\":\"h5\",\"title_color\":\"#333333\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false}]'),
(944, 168, '_elementor_edit_mode', 'builder'),
(945, 168, '_elementor_template_type', 'page'),
(946, 168, '_elementor_version', '3.20.4'),
(947, 168, '_elementor_pro_version', '3.20.2'),
(948, 168, '_elementor_data', '[]'),
(949, 167, '_elementor_page_assets', 'a:0:{}'),
(950, 167, 'template_type', 'single-page'),
(951, 167, 'include_in_zip', '1'),
(952, 167, 'elementor_pro_required', '1'),
(953, 167, 'wp_page_template', 'elementor_header_footer'),
(954, 167, '_elementor_import_session_id', '66183796c7041'),
(955, 169, '_elementor_edit_mode', 'builder'),
(956, 169, '_elementor_template_type', 'page'),
(957, 169, '_elementor_version', '3.20.4'),
(958, 169, '_elementor_pro_version', '3.20.2'),
(959, 169, '_elementor_data', '[{\"id\":\"5e8a2514\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48957275\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"686dc3af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonial\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25129053\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"684a4cab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"testimonial\"},\"elements\":[{\"id\":\"3bc4d490\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ce67762\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6e98c8cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"91b4fe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2761cc6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"1fdf5918\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":140,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img17.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"c189ac8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a9f248f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"199037b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"5b21371b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6885bbb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"338950ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":142,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img18.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3ec9e025\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78f5324d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"277ecc78\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40fc255e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"7ba574be\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2071fe1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"6c5667f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":141,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img19.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"434aae8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4289f995\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ca74aea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"126fa50f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"47d9d353\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"fe584ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":140,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img17.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e3505ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a5b335a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c8e7c60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"65055c13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"6dbf504c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"698e42e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"4e999362\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":142,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img18.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"573f5d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfca3a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"775e4a64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"30be2d91\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"68d48b21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"7379e4d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":141,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img19.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26e776ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43ac6c49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(960, 170, '_elementor_edit_mode', 'builder'),
(961, 170, '_elementor_template_type', 'page'),
(962, 170, '_elementor_version', '3.20.4'),
(963, 170, '_elementor_pro_version', '3.20.2'),
(964, 170, '_elementor_data', '[]'),
(965, 169, '_elementor_page_assets', 'a:0:{}'),
(966, 169, 'template_type', 'single-page'),
(967, 169, 'include_in_zip', '1'),
(968, 169, 'elementor_pro_required', NULL),
(969, 169, 'wp_page_template', 'default'),
(970, 169, '_elementor_import_session_id', '66183796c7041'),
(971, 171, '_elementor_edit_mode', 'builder'),
(972, 171, '_elementor_template_type', 'page'),
(973, 171, '_elementor_version', '3.20.4'),
(974, 171, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(975, 171, '_elementor_data', '[{\"id\":\"1a46600e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1336d1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"77ac4d50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"141538f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5770440b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"63b5516\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"553e1dc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch & Contact For More Information !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb4e0bb\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos. Ac laborum quidem odio dolor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13749683\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us On :\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a6decd7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0b49cc9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a25a3fe\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"9d7eea6\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"43da43a\"},{\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"_id\":\"63825fe\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"222e2a2f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5584d791\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"186d87e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"San Francisco\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cab480e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7347f512\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a4295b2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24th Street, USA\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"9e65fd6\"},{\"text\":\"+(99) 987-654-321\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0151f52\"},{\"text\":\"info@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"74ecdd2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=ba6914a\",\"text_color\":\"globals\\/colors?id=secondary\",\"text_color_hover\":\"globals\\/colors?id=primary\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3f75d521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"123839ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Los Angeles\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ceeab4f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2c66caa5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2b9ac6d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"12th Rock Street, LA\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"9e65fd6\"},{\"text\":\"+(99) 321-654-987\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0151f52\"},{\"text\":\"abc@company.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"74ecdd2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=ba6914a\",\"text_color\":\"globals\\/colors?id=secondary\",\"text_color_hover\":\"globals\\/colors?id=primary\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6a6a2ada\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4e9adf32\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Your Name..\",\"dynamic\":{\"active\":true},\"_id\":\"ea7b352\",\"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\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Your Email..\",\"_id\":\"4dc9b87\",\"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_2533726\",\"field_type\":\"number\",\"required\":\"true\",\"field_label\":\"Number\",\"placeholder\":\"Phone Number\",\"_id\":\"2533726\",\"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\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Enter Your Message..\",\"_id\":\"5cf7c1f\",\"rows\":7,\"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\":\"\"}],\"show_labels\":\"\",\"button_width\":\"50\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"SUBMIT MESSAGE\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"field_background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cec0d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"3a62e0d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10513da9\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(976, 172, '_elementor_edit_mode', 'builder'),
(977, 172, '_elementor_template_type', 'page'),
(978, 172, '_elementor_version', '3.20.4'),
(979, 172, '_elementor_pro_version', '3.20.2'),
(980, 172, '_elementor_data', '[]'),
(981, 171, '_elementor_page_assets', 'a:0:{}'),
(982, 171, 'template_type', 'single-page'),
(983, 171, 'include_in_zip', '1'),
(984, 171, 'elementor_pro_required', '1'),
(985, 171, 'wp_page_template', 'default'),
(986, 171, '_elementor_import_session_id', '66183796c7041'),
(987, 173, '_elementor_edit_mode', 'builder'),
(988, 173, '_elementor_template_type', 'error-404'),
(989, 173, '_elementor_version', '3.20.4'),
(990, 173, '_elementor_pro_version', '3.20.2'),
(991, 173, '_elementor_data', '[{\"id\":\"3b1bbd7c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[{\"id\":\"514dac05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"6eca82c3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"2e5d046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c2fd0d9\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"_timestamp_\":\"v1M3VsZFBTM3oyc3ZzczhTUkMxTkptQT09\",\"gap\":\"no\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"404-page\",\"background_overlay_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"121\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"60e1e545\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38859311\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=317d263\",\"title_color\":\"globals\\/colors?id=57a29b1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32479be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oops! That page can\'t be found\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61b6b002\",\"elType\":\"widget\",\"settings\":{\"title\":\"It looks like nothing was found at this location. Maybe try one of the links below or a search?\",\"header_size\":\"h6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"normal\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38805eb0\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"border_radius\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"input_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=accent\",\"button_background_color_hover\":\"globals\\/colors?id=fc28385\",\"input_background_color\":\"globals\\/colors?id=ad41708\",\"input_border_color_focus\":\"globals\\/colors?id=08fcc9d\",\"button_text_color\":\"globals\\/colors?id=21bfb04\",\"button_text_color_hover\":\"globals\\/colors?id=21bfb04\",\"input_typography_typography\":\"globals\\/typography?id=f500460\"},\"input_border_color\":\"#F94C3024\",\"button_background_color\":\"#F94C30\",\"button_background_color_hover\":\"#B4260F\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Rubik\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"input_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"normal\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"input_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"input_background_color\":\"#F8F8F8\",\"input_border_color_focus\":\"#787878\",\"button_text_color\":\"#FFFFFF\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false}],\"isInner\":false}]'),
(992, 174, '_elementor_edit_mode', 'builder'),
(993, 174, '_elementor_template_type', 'error-404'),
(994, 174, '_elementor_version', '3.20.4'),
(995, 174, '_elementor_pro_version', '3.20.2'),
(996, 174, '_elementor_data', '[]'),
(997, 173, '_elementor_page_assets', 'a:0:{}'),
(998, 173, 'template_type', 'single-404'),
(999, 173, 'include_in_zip', '1'),
(1000, 173, 'elementor_pro_required', '1'),
(1001, 173, 'elementor_library_type', 'error-404'),
(1002, 173, 'elementor_pro_conditions', 'a:1:{i:0;s:29:\"include/singular/not_found404\";}'),
(1003, 173, 'additional_template_information', 'a:2:{i:0;s:49:\"This is a \"Error 404\" template for Elementor Pro.\";i:1;s:40:\"This template will display on: 404 Page.\";}'),
(1004, 173, 'wp_page_template', 'default'),
(1005, 173, '_elementor_import_session_id', '66183796c7041'),
(1006, 175, '_elementor_edit_mode', 'builder'),
(1007, 175, '_elementor_template_type', 'search-results'),
(1008, 175, '_elementor_version', '3.20.4'),
(1009, 175, '_elementor_pro_version', '3.20.2'),
(1010, 175, '_elementor_data', '[{\"id\":\"165c0c0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384cd9f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"19f1a3e8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"archive-title\\\" settings=\\\"%7B%22include_context%22%3A%22yes%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-archive-title\"}],\"isInner\":false},{\"id\":\"adff668\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bdb22c1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":\"1\"},\"_title\":\"Search results\",\"_timestamp_\":\"v1M3VsZFBTM3oyc3ZzczhTUkMxTkptQT09\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1b855124\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"5682bd6b\",\"elType\":\"widget\",\"settings\":{\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_item_ratio\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]},\"archive_classic_title_tag\":\"h5\",\"archive_classic_meta_data\":[\"author\",\"date\",\"comments\"],\"archive_classic_meta_separator\":\"|\",\"archive_classic_read_more_text\":\"READ MORE..\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"archive_classic_column_gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"archive_classic_row_gap\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"archive_classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"archive_classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_page_limit\":\"12\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\",\"nothing_found_typography_font_family\":\"Poppins\",\"nothing_found_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"nothing_found_typography_font_weight\":\"normal\",\"nothing_found_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"archive_classic_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"archive_classic_meta_typography_typography\":\"\",\"archive_classic_meta_color\":\"globals\\/colors?id=d345fd2\",\"archive_classic_meta_separator_color\":\"globals\\/colors?id=57a29b1\",\"archive_classic_read_more_typography_typography\":\"globals\\/typography?id=ba6914a\",\"archive_classic_excerpt_typography_typography\":\"globals\\/typography?id=f500460\",\"archive_classic_read_more_color\":\"globals\\/colors?id=accent\",\"archive_classic_excerpt_color\":\"globals\\/colors?id=text\",\"archive_classic_title_color\":\"globals\\/colors?id=e5e9561\",\"pagination_color\":\"globals\\/colors?id=text\",\"pagination_hover_color\":\"globals\\/colors?id=fc28385\",\"pagination_active_color\":\"globals\\/colors?id=fc28385\",\"pagination_typography_typography\":\"globals\\/typography?id=f500460\"},\"archive_classic_image_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"archive_classic_thumbnail\":\"none\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"archive_classic_title_color\":\"#292929\",\"archive_classic_meta_separator_color\":\"#D9D9D9\",\"archive_classic_read_more_color\":\"#F94C30\",\"pagination_color\":\"#747DA1\",\"pagination_hover_color\":\"#B4260F\",\"pagination_active_color\":\"#B4260F\",\"archive_classic_title_typography_typography\":\"custom\",\"archive_classic_title_typography_font_family\":\"Poppins\",\"archive_classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"archive_classic_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"archive_classic_title_typography_font_weight\":\"600\",\"archive_classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"archive_classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_meta_color\":\"#A7A7A7\",\"archive_classic_meta_typography_font_family\":\"Poppins\",\"archive_classic_meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"archive_classic_meta_typography_font_weight\":\"600\",\"archive_classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"archive_classic_meta_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_excerpt_color\":\"#747DA1\",\"archive_classic_excerpt_typography_typography\":\"custom\",\"archive_classic_excerpt_typography_font_family\":\"Rubik\",\"archive_classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"archive_classic_excerpt_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"archive_classic_excerpt_typography_font_weight\":\"normal\",\"archive_classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"archive_classic_excerpt_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_read_more_typography_typography\":\"custom\",\"archive_classic_read_more_typography_font_family\":\"Poppins\",\"archive_classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"archive_classic_read_more_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"archive_classic_read_more_typography_font_weight\":\"500\",\"archive_classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"archive_classic_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Rubik\",\"pagination_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"pagination_typography_font_weight\":\"normal\",\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"485e0f97\",\"elType\":\"section\",\"settings\":{\"_title\":\"Form\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_timestamp_\":\"v1M3VsZFBTM3oyc3ZzczhTUkMxTkptQT09\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.08,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"2e4d2465\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":18,\"align\":\"center\"},\"elements\":[{\"id\":\"62b9307b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Search Again If Not Found !!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b47fd86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sint nascetur facere, delectus conubia consequuntur, nonummy distinctio! Non officiis, id natus non nisl provident justo.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fa160f9\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search\",\"button_text\":\"Search\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=57a29b1\",\"button_background_color\":\"globals\\/colors?id=accent\",\"button_background_color_hover\":\"globals\\/colors?id=fc28385\",\"input_background_color\":\"globals\\/colors?id=ad41708\",\"input_border_color_focus\":\"globals\\/colors?id=08fcc9d\",\"button_text_color\":\"globals\\/colors?id=21bfb04\",\"button_text_color_hover\":\"globals\\/colors?id=21bfb04\",\"input_typography_typography\":\"globals\\/typography?id=f500460\",\"input_text_color\":\"globals\\/colors?id=text\"},\"button_background_color\":\"#1D274E\",\"button_background_color_hover\":\"#B4260F\",\"input_border_color_focus\":\"#787878\",\"button_text_color\":\"#FFFFFF\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"200\",\"isLinked\":false},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Rubik\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"input_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"normal\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"input_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"input_text_color\":\"#747DA1\",\"input_border_color\":\"#1D274E\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1011, 176, '_elementor_edit_mode', 'builder'),
(1012, 176, '_elementor_template_type', 'search-results'),
(1013, 176, '_elementor_version', '3.20.4'),
(1014, 176, '_elementor_pro_version', '3.20.2'),
(1015, 176, '_elementor_data', '[]'),
(1016, 175, '_elementor_page_assets', 'a:0:{}'),
(1017, 175, 'template_type', 'archive-search'),
(1018, 175, 'include_in_zip', '1'),
(1019, 175, 'elementor_pro_required', '1'),
(1020, 175, 'elementor_library_type', 'search-results'),
(1021, 175, 'elementor_pro_conditions', 'a:1:{i:0;s:22:\"include/archive/search\";}'),
(1022, 175, 'additional_template_information', 'a:2:{i:0;s:54:\"This is a \"Search Results\" template for Elementor Pro.\";i:1;s:46:\"This template will display on: Search Results.\";}'),
(1023, 175, 'wp_page_template', 'default'),
(1024, 175, '_elementor_import_session_id', '66183796c7041'),
(1025, 177, '_elementor_edit_mode', 'builder'),
(1026, 177, '_elementor_template_type', 'page'),
(1027, 177, '_elementor_version', '3.20.4'),
(1028, 177, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1029, 177, '_elementor_data', '[{\"id\":\"ac5bcbd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d074867\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"45064a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"My account\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4e33ac46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ac0286\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"my account\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"d55f212\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[{\"id\":\"2ccdcb6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"04031ed\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1030, 178, '_elementor_edit_mode', 'builder'),
(1031, 178, '_elementor_template_type', 'page'),
(1032, 178, '_elementor_version', '3.20.4'),
(1033, 178, '_elementor_pro_version', '3.20.2'),
(1034, 178, '_elementor_data', '[]'),
(1035, 177, '_elementor_page_assets', 'a:0:{}'),
(1036, 177, 'template_type', 'single-page'),
(1037, 177, 'include_in_zip', '1'),
(1038, 177, 'elementor_pro_required', '1'),
(1039, 177, 'wp_page_template', 'default'),
(1040, 177, '_elementor_import_session_id', '66183796c7041'),
(1041, 179, '_elementor_edit_mode', 'builder'),
(1042, 179, '_elementor_template_type', 'page'),
(1043, 179, '_elementor_version', '3.20.4'),
(1044, 179, '_elementor_pro_version', '3.20.2'),
(1045, 179, '_elementor_data', '[{\"id\":\"68d96b8b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5516ada2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"13dce6e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cart\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6d169f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"253e1281\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"cart\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"1b82cf2\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[{\"id\":\"f6a12c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2901e32\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1046, 180, '_elementor_edit_mode', 'builder'),
(1047, 180, '_elementor_template_type', 'page'),
(1048, 180, '_elementor_version', '3.20.4'),
(1049, 180, '_elementor_pro_version', '3.20.2'),
(1050, 180, '_elementor_data', '[]'),
(1051, 179, '_elementor_page_assets', 'a:0:{}'),
(1052, 179, 'template_type', 'single-page'),
(1053, 179, 'include_in_zip', '1'),
(1054, 179, 'elementor_pro_required', '1'),
(1055, 179, 'wp_page_template', 'default'),
(1056, 179, '_elementor_import_session_id', '66183796c7041'),
(1057, 181, '_elementor_edit_mode', 'builder'),
(1058, 181, '_elementor_template_type', 'page'),
(1059, 181, '_elementor_version', '3.20.4'),
(1060, 181, '_elementor_pro_version', '3.20.2'),
(1061, 181, '_elementor_data', '[{\"id\":\"5cd01136\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":153,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img21.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"content_position\":\"bottom\",\"overflow\":\"hidden\",\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"15\",\"bottom\":\"70\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=e5e9561\"},\"gap\":\"no\",\"_title\":\"coming-soon\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]}},\"elements\":[{\"id\":\"5b76f0a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1a131b4a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"5a57e6a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2719baf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are coming soon !!\",\"align\":\"center\",\"typography_font_family\":\"Karla\",\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"49\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"44\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"37\"},\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3170bb19\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"5\"},\"width\":{\"unit\":\"%\",\"size\":\"8\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"text\":\"Divider\",\"width_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a610f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"SOMETHING AWESOME IS IN THE WORKS.\",\"header_size\":\"h6\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36a4c334\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a07c614\",\"elType\":\"widget\",\"settings\":{\"label_days\":\"Days\",\"label_hours\":\"Hours\",\"label_minutes\":\"Minutes\",\"label_seconds\":\"Seconds\",\"container_width\":{\"unit\":\"%\",\"size\":60},\"container_width_tablet\":{\"unit\":\"px\",\"size\":\"540\"},\"due_date\":\"2020-10-01 09:21\",\"countdown_type\":\"evergreen\",\"evergreen_counter_hours\":1500,\"box_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"digits_typography_typography\":\"globals\\/typography?id=secondary\",\"label_typography_typography\":\"globals\\/typography?id=f95c007\",\"box_background_color\":\"globals\\/colors?id=secondary\"},\"expire_actions\":[],\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_spacing_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"7\",\"bottom\":\"18\",\"left\":\"7\",\"isLinked\":false},\"box_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"box_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"countdown\"},{\"id\":\"753f77f6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ab7cf2d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1f88363f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"58372134\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(+984) 256 897 21\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"21ffb18\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope-open-text\",\"library\":\"fa-solid\"},\"_id\":\"ab8f720\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"San Francisco, USA\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"e9ea6f9\"}],\"icon_align_tablet\":\"center\",\"icon_color\":\"#FD5D14\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=21bfb04\",\"text_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5e9a8c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5c121648\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"aed209b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3eeeac6\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-google\",\"library\":\"fa-brands\"},\"_id\":\"6f52cff\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d0e27ed\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"05f9fe7\"}],\"shape\":\"circle\",\"columns\":\"5\",\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#F4247800\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"icon_primary_color\":\"\",\"image_border_color\":\"\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_secondary_color\":\"globals\\/colors?id=21bfb04\"},\"columns_tablet\":\"0\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_color\":\"#FFFFFF\",\"hover_primary_color\":\"#2C75BA\",\"hover_border_color\":\"#2C75BA\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1062, 182, '_elementor_edit_mode', 'builder'),
(1063, 182, '_elementor_template_type', 'page'),
(1064, 182, '_elementor_version', '3.20.4'),
(1065, 182, '_elementor_pro_version', '3.20.2'),
(1066, 182, '_elementor_data', '[]'),
(1067, 181, '_elementor_page_assets', 'a:0:{}'),
(1068, 181, 'template_type', 'single-page'),
(1069, 181, 'include_in_zip', '1'),
(1070, 181, 'elementor_pro_required', NULL),
(1071, 181, 'wp_page_template', 'elementor_canvas'),
(1072, 181, '_elementor_import_session_id', '66183796c7041'),
(1073, 183, '_elementor_edit_mode', 'builder'),
(1074, 183, '_elementor_template_type', 'page'),
(1075, 183, '_elementor_version', '3.20.4'),
(1076, 183, '_elementor_pro_version', '3.20.2'),
(1077, 183, '_elementor_data', '[{\"id\":\"767a3ef3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"769285a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"609ae016\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"492c9898\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1725fd83\",\"elType\":\"section\",\"settings\":{\"_title\":\"checkout\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"b8021e1\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[{\"id\":\"28db9d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"5be54c1\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1078, 184, '_elementor_edit_mode', 'builder'),
(1079, 184, '_elementor_template_type', 'page'),
(1080, 184, '_elementor_version', '3.20.4'),
(1081, 184, '_elementor_pro_version', '3.20.2'),
(1082, 184, '_elementor_data', '[]'),
(1083, 183, '_elementor_page_assets', 'a:0:{}'),
(1084, 183, 'template_type', 'single-page'),
(1085, 183, 'include_in_zip', '1'),
(1086, 183, 'elementor_pro_required', '1'),
(1087, 183, 'wp_page_template', 'default'),
(1088, 183, '_elementor_import_session_id', '66183796c7041'),
(1089, 185, '_elementor_edit_mode', 'builder'),
(1090, 185, '_elementor_template_type', 'kit'),
(1091, 185, '_elementor_version', '3.20.4'),
(1092, 185, '_elementor_pro_version', '3.20.2'),
(1093, 185, '_wp_page_template', 'default');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1094, 185, '_elementor_page_settings', 'a:128:{s:17:\"custom_typography\";a:20:{i:0;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c53de50\";s:5:\"title\";s:4:\"bttn\";}i:1;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3522f7f\";s:5:\"title\";s:10:\"subheading\";}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:38;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2bda2d2\";s:5:\"title\";s:2:\"H2\";}i:3;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:38;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c47d285\";s:5:\"title\";s:2:\"H1\";}i:4;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"f86444e\";s:5:\"title\";s:5:\"H5 22\";}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"6f68d26\";s:5:\"title\";s:5:\"H5 24\";}i:6;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"f007c89\";s:5:\"title\";s:5:\"H3 32\";}i:7;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:120;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.8;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c07a62b\";s:5:\"title\";s:3:\"404\";}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"975ab65\";s:5:\"title\";s:5:\"H4 28\";}i:9;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"ac0baaa\";s:5:\"title\";s:5:\"H6 18\";}i:10;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Kanit\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"a216eb2\";s:5:\"title\";s:5:\"H5 20\";}i:11;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"78c5299\";s:5:\"title\";s:11:\"accent bold\";}i:12;a:8:{s:3:\"_id\";s:7:\"61eed76\";s:5:\"title\";s:10:\"H5 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:13;a:8:{s:3:\"_id\";s:7:\"92b0a2d\";s:5:\"title\";s:10:\"H6 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}}i:14;a:8:{s:3:\"_id\";s:7:\"f500460\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:6:\"normal\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:15;a:7:{s:3:\"_id\";s:7:\"ba6914a\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}i:16;a:9:{s:3:\"_id\";s:7:\"317d263\";s:5:\"title\";s:11:\"Super Large\";s:21:\"typography_typography\";s:6:\"custom\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:300;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"900\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:250;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:130;s:5:\"sizes\";a:0:{}}}i:17;a:9:{s:3:\"_id\";s:7:\"99dd0b2\";s:5:\"title\";s:11:\"Extra Large\";s:21:\"typography_typography\";s:6:\"custom\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"900\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:85;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}}i:18;a:8:{s:3:\"_id\";s:7:\"2bd9da1\";s:5:\"title\";s:5:\"Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:68;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:19;a:6:{s:3:\"_id\";s:7:\"f95c007\";s:5:\"title\";s:11:\"Super Small\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}}s:13:\"custom_colors\";a:11:{i:0;a:3:{s:3:\"_id\";s:7:\"559a6a9\";s:5:\"title\";s:4:\"blck\";s:5:\"color\";s:7:\"#00091D\";}i:1;a:3:{s:3:\"_id\";s:7:\"c6cd310\";s:5:\"title\";s:6:\"orange\";s:5:\"color\";s:7:\"#FF8B34\";}i:2;a:3:{s:3:\"_id\";s:7:\"bb530d9\";s:5:\"title\";s:5:\"white\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:7:\"fc28385\";s:5:\"title\";s:5:\"Hover\";s:5:\"color\";s:7:\"#9E720C\";}i:4;a:3:{s:3:\"_id\";s:7:\"21bfb04\";s:5:\"title\";s:6:\"Bright\";s:5:\"color\";s:7:\"#FFFFFF\";}i:5;a:3:{s:3:\"_id\";s:7:\"ad41708\";s:5:\"title\";s:6:\"Glossy\";s:5:\"color\";s:7:\"#F9F9FB\";}i:6;a:3:{s:3:\"_id\";s:7:\"57a29b1\";s:5:\"title\";s:5:\"Shiny\";s:5:\"color\";s:7:\"#ECE7DB\";}i:7;a:3:{s:3:\"_id\";s:7:\"d345fd2\";s:5:\"title\";s:4:\"Soft\";s:5:\"color\";s:7:\"#A7A7A7\";}i:8;a:3:{s:3:\"_id\";s:7:\"08fcc9d\";s:5:\"title\";s:5:\"Light\";s:5:\"color\";s:7:\"#787878\";}i:9;a:3:{s:3:\"_id\";s:7:\"e5e9561\";s:5:\"title\";s:4:\"Dark\";s:5:\"color\";s:7:\"#292929\";}i:10;a:3:{s:3:\"_id\";s:7:\"f06adda\";s:5:\"title\";s:6:\"Darker\";s:5:\"color\";s:7:\"#111111\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#D4AC40\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#255650\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#6B6B6B\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#D4AC40\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:10:\"H1 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}}i:1;a:9:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:10:\"H2 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}}i:2;a:9:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:10:\"H3 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}}i:3;a:9:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:10:\"H4 Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Playfair Display\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:10:\"body_color\";s:7:\"#414141\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Poppins\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:6:\"normal\";s:17:\"link_normal_color\";s:7:\"#F1B017\";s:16:\"link_hover_color\";s:7:\"#9E720C\";s:8:\"h1_color\";s:7:\"#111111\";s:8:\"h2_color\";s:7:\"#111111\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:7:\"Poppins\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#111111\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:7:\"Poppins\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"700\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#111111\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:7:\"Poppins\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"700\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#111111\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:7:\"Poppins\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"600\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#111111\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:7:\"Poppins\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"form_label_color\";s:7:\"#292929\";s:32:\"form_label_typography_typography\";s:6:\"custom\";s:33:\"form_label_typography_font_family\";s:7:\"Poppins\";s:31:\"form_label_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:33:\"form_label_typography_font_weight\";s:6:\"normal\";s:33:\"form_label_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:34:\"form_label_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_color\";s:7:\"#D6D6D6\";s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:33;s:5:\"sizes\";a:0:{}}s:26:\"button_border_width_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:21:\"button_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:40:\"form_label_typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.2;s:5:\"sizes\";a:0:{}}s:30:\"form_field_border_width_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:11:\"__globals__\";a:27:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:29:\"globals/typography?id=f500460\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=primary\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=fc28385\";s:8:\"h1_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h2_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h3_typography_typography\";s:26:\"globals/typography?id=text\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=61eed76\";s:8:\"h6_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=92b0a2d\";s:16:\"form_label_color\";s:25:\"globals/colors?id=e5e9561\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=f500460\";s:32:\"form_field_typography_typography\";s:29:\"globals/typography?id=f500460\";s:21:\"form_field_text_color\";s:22:\"globals/colors?id=text\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=ad41708\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=ba6914a\";s:17:\"button_text_color\";s:25:\"globals/colors?id=21bfb04\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=fc28385\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=21bfb04\";s:21:\"body_background_color\";s:0:\"\";}s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:17:\"paragraph_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_family\";s:6:\"Prompt\";s:34:\"link_normal_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:33:\"link_hover_typography_font_family\";s:6:\"Prompt\";s:33:\"link_hover_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"28\";s:8:\"isLinked\";b:0;}s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"13\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"13\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:28:\"button_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:0;s:4:\"blur\";i:10;s:6:\"spread\";i:0;s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.5)\";}s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_border\";s:5:\"solid\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_background_color\";s:7:\"#F1B017\";s:23:\"button_hover_text_color\";s:7:\"#FFFFFF\";s:29:\"button_hover_background_color\";s:7:\"#9E720C\";s:26:\"body_background_background\";s:7:\"classic\";s:27:\"body_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:30:\"body_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:-0.2;s:5:\"sizes\";a:0:{}}s:28:\"body_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:7:\"Poppins\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;s:5:\"sizes\";a:0:{}}s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:7:\"Poppins\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"500\";s:29:\"button_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:30:\"button_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:36:\"form_label_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:-0.2;s:5:\"sizes\";a:0:{}}s:32:\"form_field_typography_typography\";s:6:\"custom\";s:33:\"form_field_typography_font_family\";s:7:\"Poppins\";s:31:\"form_field_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:33:\"form_field_typography_font_weight\";s:6:\"normal\";s:33:\"form_field_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:36:\"form_field_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:-0.2;s:5:\"sizes\";a:0:{}}s:34:\"form_field_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:21:\"form_field_text_color\";s:7:\"#414141\";s:27:\"form_field_background_color\";s:7:\"#FFFFFF\";s:32:\"body_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:55;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:38:\"form_label_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:38:\"form_field_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:21:\"body_background_image\";a:4:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),
(1095, 186, '_elementor_edit_mode', 'builder'),
(1096, 186, '_elementor_template_type', 'header'),
(1097, 186, '_elementor_version', '3.20.4'),
(1098, 186, '_elementor_pro_version', '3.20.2'),
(1099, 186, '_elementor_data', '[{\"id\":\"473559a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_overlay_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-70\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"z_index\":999,\"_title\":\"header\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-145\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22b064f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"content_position\":\"center\",\"_inline_size_tablet\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"65a3064c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"3fde7b90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":50,\"_inline_size_mobile\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"1f09c7fb\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"dropdown_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"15\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"pointer_color_menu_item_hover\":\"#FFFFFF\",\"__globals__\":{\"pointer_color_menu_item_hover\":\"\",\"color_menu_item_hover\":\"globals\\/colors?id=primary\",\"menu_typography_typography\":\"globals\\/typography?id=ba6914a\",\"color_menu_item_active\":\"globals\\/colors?id=primary\",\"dropdown_typography_typography\":\"globals\\/typography?id=ba6914a\",\"dropdown_divider_color\":\"\",\"color_dropdown_item_hover\":\"globals\\/colors?id=21bfb04\",\"color_dropdown_item_active\":\"globals\\/colors?id=21bfb04\",\"color_dropdown_item\":\"globals\\/colors?id=text\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=fc28385\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=fc28385\",\"toggle_background_color_hover\":\"globals\\/colors?id=fc28385\",\"color_menu_item\":\"globals\\/colors?id=21bfb04\",\"toggle_color_hover\":\"globals\\/colors?id=21bfb04\",\"toggle_background_color\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=21bfb04\"},\"pointer\":\"none\",\"color_menu_item_hover\":\"#58A05C\",\"pointer_color_menu_item_active\":\"#FFFFFF\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#87878726\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"toggle_border_radius_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_dropdown_item\":\"#313131\",\"toggle_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"menu\":\"primary-menu\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"6bca28d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.664,\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_mobile\":90,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1100, 186, '_elementor_page_assets', 'a:0:{}'),
(1101, 186, '_elementor_import_session_id', '66183796c7041'),
(1102, 123, '_elementor_controls_usage', 'a:4:{s:15:\"theme-site-logo\";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:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:3;s:16:\"content_position\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:8:\"nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:5:{s:11:\"align_items\";i:1;s:10:\"full_width\";i:1;s:10:\"text_align\";i:1;s:12:\"toggle_align\";i:1;s:7:\"pointer\";i:1;}}s:5:\"style\";a:2:{s:23:\"section_style_main-menu\";a:7:{s:13:\"pointer_width\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:18:\"menu_space_between\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:21:\"color_menu_item_hover\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;s:26:\"padding_vertical_menu_item\";i:1;}s:22:\"section_style_dropdown\";a:8:{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:21:\"dropdown_top_distance\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_color\";i:1;s:22:\"dropdown_divider_width\";i:1;s:19:\"color_dropdown_item\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:6:\"_title\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:7:\"z_index\";i:1;}}}}}'),
(1103, 187, '_elementor_edit_mode', 'builder'),
(1104, 187, '_elementor_template_type', 'footer'),
(1105, 187, '_elementor_version', '3.20.4'),
(1106, 187, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1107, 187, '_elementor_data', '[{\"id\":\"747dc004\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"top-footer\"},\"elements\":[{\"id\":\"3452c885\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6afe2cde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#A7A7A730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"3ea9a6b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1532bdb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe Our Newsletter\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ad026c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cillum facilisi. Proident turpis? Fringilla? Tempore potenti, voluptatum, quisq. Ratione interdum eleifend aliquet ullamco.<\\/p>\",\"align\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\",\"_border_color\":\"\"},\"text_color\":\"#A7A7A7\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#FFFFFF2E\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6eb26050\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52092f65\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Your Email Address..\",\"width\":\"70\",\"_id\":\"f6893c9\",\"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\":\"\"}],\"show_labels\":\"\",\"button_width\":\"30\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"SUBSCRIBE US\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e512067\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"55035fb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f530e06\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"align_mobile\":\"center\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"42c2d68d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cillum facilisi. Proident turpis? Fringilla? Tempore potenti, voluptatum, quisque pulvinar aliqua vero, netus duiner inima bibendum id ipsum.<\\/p>\",\"align\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align_mobile\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\",\"_border_color\":\"\"},\"text_color\":\"#A7A7A7\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#FFFFFF2E\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"494509d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"3629619f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"header_size\":\"h6\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"typography_font_family\":\"Montez\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21bf4160\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7122d7e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Careers\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df1f89d\"},{\"text\":\"News & Articles\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"7f2c3a0\"},{\"text\":\"Legal Notice\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ffce40a\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#D5D5D5\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\",\"text_color_hover\":\"globals\\/colors?id=fc28385\",\"icon_typography_typography\":\"globals\\/typography?id=f500460\",\"divider_color\":\"\"},\"text_color_hover\":\"#2C75BA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"77d6dd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d56578a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h6\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f35040e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Help Center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7122d7e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df1f89d\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"7f2c3a0\"},{\"text\":\"Parent Community\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ffce40a\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#D5D5D5\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\",\"text_color_hover\":\"globals\\/colors?id=fc28385\",\"icon_typography_typography\":\"globals\\/typography?id=f500460\",\"divider_color\":\"\"},\"text_color_hover\":\"#2C75BA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"379f1ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cd431c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Information\",\"header_size\":\"h6\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d24c9e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Don\'t hesitate to contact and feel free to reach us !<\\/p>\",\"align\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6472abc8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3557 Derek Drive, Orlando, Florida\",\"selected_icon\":{\"value\":\"fas fa-map-pin\",\"library\":\"fa-solid\"},\"_id\":\"7267aad\"},{\"text\":\"+1(456)657-887\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"7122d7e\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"010f79c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=f95c007\",\"text_color\":\"globals\\/colors?id=ad41708\",\"icon_color\":\"globals\\/colors?id=primary\",\"text_color_hover\":\"globals\\/colors?id=fc28385\",\"divider_color\":\"\"},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#D5D5D5\",\"icon_color\":\"#FFFFFF\",\"text_color_hover\":\"#2C75BA\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ebf3026\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.97,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"bottom-footer\"},\"elements\":[{\"id\":\"9fdfdaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55918090\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\"}},{\"social\":\"fa fa-github\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"_id\":\"5cb7115\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\"}},{\"social\":\"fa fa-bitbucket\",\"_id\":\"dccfaf9\",\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\"}},{\"social\":\"fa fa-bitbucket\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\"},\"_id\":\"a635744\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_spacing\":{\"unit\":\"px\",\"size\":9},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"image_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_secondary_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\",\"image_border_color\":\"globals\\/colors?id=08fcc9d\",\"icon_primary_color\":\"\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\"},\"hover_primary_color\":\"#B65C1C\",\"hover_border_color\":\"#B65C1C\",\"icon_primary_color\":\"#3C3DDC00\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_tablet\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"2a0c1c00\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e5a7ff1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2023 Interior Light. All rights reserved.<\\/p>\",\"align\":\"right\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1108, 187, '_elementor_page_assets', 'a:0:{}'),
(1109, 187, '_elementor_import_session_id', '66183796c7041'),
(1110, 125, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;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:4;s:11:\"header_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}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:6:{s:5:\"align\";i:4;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:10:\"text_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:3:{s:13:\"_border_width\";i:2;s:13:\"_border_color\";i:2;s:14:\"_border_border\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:9;s:16:\"content_position\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:2:{s:11:\"form_fields\";i:1;s:11:\"show_labels\";i:1;}s:15:\"section_buttons\";a:2:{s:12:\"button_width\";i:1;s:11:\"button_text\";i:1;}s:20:\"section_form_options\";a:3:{s:15:\"success_message\";i:1;s:13:\"error_message\";i:1;s:15:\"invalid_message\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:4;s:6:\"_title\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{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:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;}}}}s:15:\"theme-site-logo\";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:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:3;s:17:\"icon_align_mobile\";i:3;s:10:\"icon_align\";i:3;s:13:\"divider_color\";i:3;}s:18:\"section_icon_style\";a:4:{s:10:\"icon_color\";i:3;s:16:\"icon_color_hover\";i:2;s:11:\"text_indent\";i:3;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:1:{s:16:\"text_color_hover\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:8:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;s:12:\"icon_padding\";i:1;s:13:\"border_radius\";i:1;s:18:\"icon_primary_color\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;}s:20:\"section_social_hover\";a:3:{s:21:\"hover_secondary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:18:\"hover_border_color\";i:1;}}}}}'),
(1111, 188, '_elementor_edit_mode', 'builder'),
(1112, 188, '_elementor_template_type', 'section'),
(1113, 188, '_elementor_version', '3.20.4'),
(1114, 188, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1115, 188, '_elementor_data', '[{\"id\":\"62f83bc1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ECE7DB\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#255650\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"hero-banner\",\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]}},\"elements\":[{\"id\":\"7a829472\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"59105793\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"43f294e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":72,\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b9ec2dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Modern Interior Design\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"globals\\/typography?id=2bd9da1\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b8d03fc\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id.\\u00a0<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71b9db10\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"59e66bc8\",\"elType\":\"widget\",\"settings\":{\"text\":\"HIRE US NOW\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"6ced5268\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51,\"content_position\":\"center\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"63deacc8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-80\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#25565052\",\"__globals__\":{\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1745c166\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":128,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img1.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2445d01f\",\"elType\":\"widget\",\"settings\":{\"title\":\"WATCH VIDEO\",\"header_size\":\"h1\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f95c007\",\"_background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"656d8377\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about-us\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"385d32a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"74f020a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"78ef94b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fdfc7bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-142\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-180\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3ff3ad96\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f7c8f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"54202aa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"4462c27b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4559df1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2f3887ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33},\"elements\":[],\"isInner\":true},{\"id\":\"368f5e96\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"525aaf88\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\",\"_border_color\":\"globals\\/colors?id=57a29b1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"572b0c04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":129,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img4.jpg\"},\"title_text\":\"Er. Jason Smith\",\"description_text\":\"CEO, Director\",\"position\":\"left\",\"title_size\":\"h6\",\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_typography_typography\":\"globals\\/typography?id=f95c007\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37a14d0b\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"__globals__\":{\"stars_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"star-rating\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7aaa5090\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b9deaa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Award Winning Interior Design Studio !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13b1f9ba\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19225eed\",\"elType\":\"widget\",\"settings\":{\"text\":\"MORE ABOUT US\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47cd539c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":130,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img5.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_title\":\"services\"},\"elements\":[{\"id\":\"76e03b90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"318ca630\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-15\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"32387d34\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83288a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Flowless Services\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21ca116d\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"54114d15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e50ad94\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5d3d35f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"536ecc22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-house-2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2c6dd85b\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d2485\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exterior Design Concept\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"204ea263\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a7c09b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4eeb3a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Mechanic\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3bd96fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e58f099\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Contactor & Engineering\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d84c0be\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"382a36f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65ed4cc6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Massage-table\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7419ce47\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38363f0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern Furniture Layouts\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c8b65e6\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"63921630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"15\",\"bottom\":\"150\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ec89143\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Safe-house\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ea54888\",\"elType\":\"widget\",\"settings\":{\"title\":\"04.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2deeb694\",\"elType\":\"widget\",\"settings\":{\"title\":\"House \\/ Apartment Renovation\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4aca43e0\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"229fcd8a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":131,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img6-1.jpg\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#1111113D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_overlay_color_b\":\"#255650\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"background_size\":\"contain\",\"_title\":\"appointment\",\"background_size_tablet\":\"cover\",\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-230,\"sizes\":[]},\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c2c7aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"content_position\":\"center\",\"_inline_size_tablet\":30,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"428a4e79\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6b5486d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true},{\"id\":\"38cf23d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"space_between_widgets\":15,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"border_color\":\"globals\\/colors?id=primary\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_inline_size_tablet\":90},\"elements\":[{\"id\":\"5a7b69a4\",\"elType\":\"widget\",\"settings\":{\"ending_number\":25,\"suffix\":\"+\",\"title\":\"\",\"number_color\":\"#255650\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Playfair Display\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_number_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Inter\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_title_font_weight\":\"normal\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"typography_title_typography\":\"globals\\/typography?id=f500460\",\"typography_number_typography\":\"globals\\/typography?id=primary\",\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"1cd8601\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Years of Experience in Interior Field<\\/p>\",\"align\":\"center\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32f179c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"f05a4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true},{\"id\":\"5a30ad7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"space_between_widgets\":15,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"border_color\":\"globals\\/colors?id=primary\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_inline_size_tablet\":90},\"elements\":[{\"id\":\"6295ee16\",\"elType\":\"widget\",\"settings\":{\"ending_number\":33,\"suffix\":\"k+\",\"title\":\"\",\"number_color\":\"#255650\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Playfair Display\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_number_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Inter\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_title_font_weight\":\"normal\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_title_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"typography_title_typography\":\"globals\\/typography?id=f500460\",\"typography_number_typography\":\"globals\\/typography?id=primary\",\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"7fd12f98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Happy Customers Around The World<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"61a13c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet\":70,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"511a45c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment To Get Quality And Reliable Services !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a5f2228\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos. Nostrum consequatur, quisquam quibusdam lectus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36f12476\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK APPOINTMENT\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43a84d0c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"portfolio\"},\"elements\":[{\"id\":\"742d613a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7bd16643\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Recent Portfolio\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26db7f9a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7fb9b12f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"43a9eb05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a03890e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img7.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a484c4f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"67008d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"757c09bb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e7a67ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4982d959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f4dc874\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"6d40bd04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4c3cf36b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6991c297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"190\",\"bottom\":\"0\",\"left\":\"190\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55072f31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img10.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3270af26\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"25e4282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"3a5caebb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"473235c5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6758485c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f4ae00f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ecfcc5c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"495ad08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"24178e10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6543f767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5177be16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img11.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7cc59872\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"27fc4afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"1f70b46f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2e3e9f24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"190\",\"bottom\":\"0\",\"left\":\"190\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16308e5f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img-12.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3ddfc08a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"47ebbcde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"6e1f8e4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58425383\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"client\"},\"elements\":[{\"id\":\"5f13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":-10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-80\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"z_index\":1,\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"69225d8c\",\"elType\":\"widget\",\"settings\":{\"carousel\":[],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"slides_to_show\":\"5\",\"navigation\":\"none\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"3\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ad435f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#255650\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"team\"},\"elements\":[{\"id\":\"1e442832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3af2b993\",\"elType\":\"widget\",\"settings\":{\"title\":\"Optimistic Team Member\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68ab8d1c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=ad41708\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4508f1c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"135c5673\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0d83ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":136,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img13.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a886578\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"10f9b374\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710685d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":137,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img15.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7516812b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"10b68354\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fd77ee0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img14.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d0277b7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"133f0db4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"229343ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img16.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1943b7ee\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7640f5b2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"testimonial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":130,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img5.png\"},\"background_overlay_position\":\"center right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"193c488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"content_position\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1b65a416\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Customers Says About Us !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fa9ba6a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"401466fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"MORE REVIEWS\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"6a6e2ef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"content_position\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#FFFFFF33\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c1714db\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Alexander Donner\",\"title\":\"Customer, Agent\",\"image\":{\"id\":140,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img17.jpg\"},\"_id\":\"6298a06\"},{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Harry Watson\",\"title\":\"Director, Client\",\"image\":{\"id\":141,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img19.jpg\"},\"_id\":\"c66d6ef\"},{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Jonsan William\",\"title\":\"Client, Supervisor\",\"image\":{\"id\":142,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img18.jpg\"},\"_id\":\"ba3f524\"}],\"layout\":\"image_left\",\"alignment\":\"left\",\"show_arrows\":\"\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"pagination_size\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"name_typography_typography\":\"globals\\/typography?id=61eed76\",\"name_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=08fcc9d\",\"title_typography_typography\":\"globals\\/typography?id=f500460\",\"content_color\":\"globals\\/colors?id=text\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"pagination_color_inactive\":\"globals\\/colors?id=08fcc9d\",\"pagination_color\":\"globals\\/colors?id=21bfb04\",\"image_border_color\":\"globals\\/colors?id=secondary\"},\"image_border\":\"yes\",\"image_border_width\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slides_per_view_tablet\":\"1\",\"alignment_mobile\":\"left\",\"slides_per_view_mobile\":\"1\",\"content_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_border_width_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6dbe0ed3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"blog\"},\"elements\":[{\"id\":\"6c26ea85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f23183a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blog\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5340007e\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a5a075b\",\"elType\":\"widget\",\"settings\":{\"classic_posts_per_page\":3,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"classic_title_tag\":\"h5\",\"classic_excerpt_length\":14,\"classic_meta_separator\":\"|\",\"classic_read_more_text\":\"READ MORE\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":20,\"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\",\"__globals__\":{\"classic_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"classic_title_color\":\"globals\\/colors?id=secondary\",\"classic_meta_typography_typography\":\"globals\\/typography?id=f95c007\",\"classic_meta_color\":\"globals\\/colors?id=d345fd2\",\"classic_excerpt_typography_typography\":\"globals\\/typography?id=f500460\",\"classic_excerpt_color\":\"globals\\/colors?id=text\",\"classic_read_more_typography_typography\":\"globals\\/typography?id=ba6914a\",\"classic_read_more_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1116, 188, '_elementor_page_assets', 'a:0:{}'),
(1117, 188, '_elementor_import_session_id', '66183796c7041'),
(1118, 127, '_elementor_controls_usage', 'a:15:{s:7:\"heading\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:17;s:11:\"header_size\";i:13;s:4:\"link\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:14:\"_element_width\";i:5;s:7:\"_margin\";i:4;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:23:\"typography_word_spacing\";i:7;s:5:\"align\";i:9;s:11:\"title_color\";i:4;s:28:\"text_stroke_text_stroke_type\";i:4;s:23:\"text_stroke_text_stroke\";i:4;s:24:\"text_stroke_stroke_color\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:14;s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:7;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:5;s:14:\"_element_width\";i:2;s:21:\"_element_width_mobile\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:12:\"align_mobile\";i:2;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"align_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:45;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:45;s:16:\"content_position\";i:17;s:5:\"align\";i:12;s:21:\"space_between_widgets\";i:13;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:27;s:7:\"padding\";i:15;s:7:\"z_index\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:16;}s:14:\"section_border\";a:5:{s:26:\"box_shadow_box_shadow_type\";i:12;s:21:\"box_shadow_box_shadow\";i:12;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:13;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:11;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:28:\"css_filters_hover_css_filter\";i:10;s:28:\"css_filters_hover_brightness\";i:10;s:27:\"background_hover_transition\";i:10;s:15:\"hover_animation\";i:10;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:26;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:26;s:6:\"height\";i:1;s:13:\"custom_height\";i:3;s:6:\"_title\";i:9;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:13;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:12;s:7:\"padding\";i:9;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:8;s:16:\"background_color\";i:1;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:11:{s:29:\"background_overlay_background\";i:5;s:24:\"background_overlay_color\";i:3;s:29:\"background_overlay_color_stop\";i:3;s:31:\"background_overlay_color_b_stop\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:5;s:24:\"background_overlay_image\";i:2;s:27:\"background_overlay_position\";i:2;s:25:\"background_overlay_repeat\";i:2;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_color_b\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_style_box\";a:3:{s:8:\"position\";i:1;s:11:\"image_space\";i:1;s:18:\"title_bottom_space\";i:1;}s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:1;s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_mobile\";i:1;}}}}s:11:\"star-rating\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_rating\";a:1:{s:12:\"align_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:10;s:4:\"view\";i:6;s:5:\"shape\";i:6;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:5:\"align\";i:10;s:15:\"hover_animation\";i:6;s:4:\"size\";i:6;s:12:\"icon_padding\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:10;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:2;s:6:\"suffix\";i:2;s:5:\"title\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:7:{s:12:\"number_color\";i:2;s:28:\"typography_number_typography\";i:2;s:29:\"typography_number_font_family\";i:2;s:27:\"typography_number_font_size\";i:2;s:29:\"typography_number_font_weight\";i:2;s:29:\"typography_number_line_height\";i:2;s:30:\"typography_number_word_spacing\";i:2;}s:13:\"section_title\";a:6:{s:27:\"typography_title_typography\";i:2;s:28:\"typography_title_font_family\";i:2;s:26:\"typography_title_font_size\";i:2;s:28:\"typography_title_font_weight\";i:2;s:28:\"typography_title_line_height\";i:2;s:29:\"typography_title_word_spacing\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:21:\"_element_custom_width\";i:2;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:2;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:6:{s:14:\"thumbnail_size\";i:1;s:26:\"thumbnail_custom_dimension\";i:1;s:14:\"slides_to_show\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:4;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:3:{s:10:\"icon_color\";i:4;s:18:\"icon_primary_color\";i:4;s:9:\"icon_size\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:4;}}}}s:20:\"testimonial-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:6:{s:6:\"slides\";i:1;s:6:\"layout\";i:1;s:9:\"alignment\";i:1;s:22:\"slides_per_view_tablet\";i:1;s:16:\"alignment_mobile\";i:1;s:22:\"slides_per_view_mobile\";i:1;}s:26:\"section_additional_options\";a:2:{s:11:\"show_arrows\";i:1;s:10:\"pagination\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_slides_style\";a:2:{s:13:\"space_between\";i:1;s:13:\"slide_padding\";i:1;}s:21:\"section_content_style\";a:1:{s:11:\"content_gap\";i:1;}s:19:\"section_image_style\";a:4:{s:10:\"image_size\";i:1;s:12:\"image_border\";i:1;s:18:\"image_border_width\";i:1;s:19:\"image_border_radius\";i:1;}s:18:\"section_navigation\";a:1:{s:15:\"pagination_size\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:7:{s:22:\"classic_posts_per_page\";i:1;s:27:\"classic_thumbnail_size_size\";i:1;s:18:\"classic_item_ratio\";i:1;s:17:\"classic_title_tag\";i:1;s:22:\"classic_excerpt_length\";i:1;s:22:\"classic_meta_separator\";i:1;s:22:\"classic_read_more_text\";i:1;}}s:5:\"style\";a:3:{s:29:\"classic_section_design_layout\";a:1:{s:18:\"classic_column_gap\";i:1;}s:28:\"classic_section_design_image\";a:1:{s:21:\"classic_image_spacing\";i:1;}s:30:\"classic_section_design_content\";a:1:{s:21:\"classic_title_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(1119, 189, '_elementor_edit_mode', 'builder'),
(1120, 189, '_elementor_template_type', 'archive'),
(1121, 189, '_elementor_version', '3.20.4'),
(1122, 189, '_elementor_pro_version', '3.20.2'),
(1123, 189, '_elementor_data', '[{\"id\":\"2d09b666\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a7fe242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"3b1e6706\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"archive-title\\\" settings=\\\"%7B%22include_context%22%3A%22yes%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-archive-title\"}],\"isInner\":false},{\"id\":\"701e7a0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"69aa5983\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"post\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1b7b7504\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60e50565\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"53299b27\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"35de5ecc\",\"elType\":\"widget\",\"settings\":{\"archive_classic_columns\":\"2\",\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_item_ratio\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"archive_classic_meta_separator\":\"|\",\"archive_classic_read_more_text\":\"READ MORE\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"LEARN MORE..\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"archive_classic_column_gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"archive_classic_row_gap\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"archive_classic_image_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"archive_classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"archive_classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_page_limit\":\"10\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"__globals__\":{\"archive_classic_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"archive_classic_meta_typography_typography\":\"globals\\/typography?id=f95c007\",\"archive_classic_meta_color\":\"globals\\/colors?id=08fcc9d\",\"archive_classic_meta_separator_color\":\"globals\\/colors?id=57a29b1\",\"archive_classic_excerpt_color\":\"globals\\/colors?id=text\",\"archive_classic_excerpt_typography_typography\":\"globals\\/typography?id=f500460\",\"archive_classic_read_more_color\":\"globals\\/colors?id=primary\",\"archive_classic_read_more_typography_typography\":\"globals\\/typography?id=ba6914a\",\"archive_classic_title_color\":\"globals\\/colors?id=e5e9561\",\"pagination_color\":\"globals\\/colors?id=text\",\"pagination_typography_typography\":\"globals\\/typography?id=f500460\",\"pagination_active_color\":\"globals\\/colors?id=fc28385\",\"pagination_hover_color\":\"globals\\/colors?id=fc28385\",\"nothing_found_color\":\"globals\\/colors?id=text\",\"nothing_found_typography_typography\":\"globals\\/typography?id=text\",\"archive_cards_badge_bg_color\":\"globals\\/colors?id=secondary\",\"archive_cards_badge_color\":\"globals\\/colors?id=21bfb04\",\"archive_cards_badge_typography_typography\":\"globals\\/typography?id=f95c007\",\"archive_cards_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"archive_cards_excerpt_typography_typography\":\"globals\\/typography?id=f500460\",\"archive_cards_read_more_typography_typography\":\"globals\\/typography?id=f95c007\",\"archive_cards_read_more_color\":\"globals\\/colors?id=secondary\",\"archive_cards_title_color\":\"globals\\/colors?id=primary\"},\"archive_classic_excerpt_length\":20,\"archive_classic_meta_data\":[\"author\",\"date\",\"comments\"],\"archive_classic_title_color\":\"#151515\",\"archive_classic_excerpt_color\":\"#333333\",\"archive_classic_read_more_color\":\"#F42478\",\"archive_classic_meta_color\":\"#787878\",\"archive_classic_meta_separator_color\":\"#D9D9D9\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"pagination_color\":\"#333333\",\"pagination_hover_color\":\"#2C75BA\",\"pagination_active_color\":\"#787878\",\"nothing_found_color\":\"#333333\",\"archive_classic_title_tag\":\"h5\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"archive_cards_columns\":\"2\",\"archive_cards_thumbnail_size_size\":\"full\",\"archive_cards_item_ratio\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"archive_cards_title_tag\":\"h5\",\"archive_cards_excerpt_length\":14,\"archive_cards_meta_data\":[],\"archive_cards_show_avatar\":\"\",\"archive_cards_column_gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"archive_cards_image_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"archive_cards_badge_position\":\"left\",\"archive_cards_title_spacing\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"archive_cards_excerpt_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"archive_cards_item_ratio_mobile\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"archive_classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3ceb375e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b016ab1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"4146f105\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"175bcf79\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Our Proprietor\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65a90286\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Willaim Wright\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_size\":\"h5\",\"image\":{\"id\":129,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img4.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3b3a54d7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-github\",\"_id\":\"8206083\",\"social_icon\":{\"value\":\"fab fa-google\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-github\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"_id\":\"5cb7115\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-bitbucket\",\"_id\":\"dccfaf9\",\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_spacing\":{\"unit\":\"px\",\"size\":6},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#030F273D\",\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=21bfb04\"},\"hover_border_color\":\"#2C75BA\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"59703823\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"5e61ecf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"},\"background_overlay_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a845367\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"248838f5\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":2,\"classic_thumbnail\":\"left\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_separator\":\"|\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"cards_meta_separator\":\"|\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_order\":\"asc\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"classic_excerpt_color\":\"#333333\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Poppins\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"classic_read_more_color\":\"#FD5D14\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"600\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"cards_card_border_color\":\"#FD5D1473\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_hover_effect\":\"none\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_badge_bg_color\":\"#FD5D14\",\"cards_badge_color\":\"#FFFFFF\",\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_typography\":\"custom\",\"cards_badge_typography_font_family\":\"Montserrat\",\"cards_badge_typography_font_weight\":\"600\",\"cards_badge_typography_text_transform\":\"uppercase\",\"cards_title_color\":\"#313131\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Montserrat\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cards_title_typography_font_weight\":\"700\",\"cards_title_typography_text_transform\":\"uppercase\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"cards_title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_meta_color\":\"#878787\",\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Poppins\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"cards_excerpt_color\":\"#383838\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Poppins\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"normal\",\"cards_excerpt_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Montserrat\",\"pagination_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_typography_font_weight\":\"700\",\"pagination_typography_text_transform\":\"uppercase\",\"pagination_hover_color\":\"#C33F02\",\"pagination_active_color\":\"#C33F02\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"classic_meta_typography_typography\":\"globals\\/typography?id=f95c007\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_title_typography_typography\":\"globals\\/typography?id=ba6914a\",\"classic_title_color\":\"globals\\/colors?id=e5e9561\",\"classic_box_bg_color\":\"\"},\"classic_title_tag\":\"h4\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_title_color\":\"#292929\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Poppins\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Poppins\",\"classic_meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"classic_meta_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_columns_tablet\":\"1\",\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"classic_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_meta_data\":[\"date\"]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53026d08\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"a2b9329\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"4dd9352d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us On\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1124, 189, '_elementor_page_assets', 'a:0:{}'),
(1125, 189, '_elementor_import_session_id', '66183796c7041'),
(1126, 144, '_elementor_controls_usage', 'a:8:{s:19:\"theme-archive-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;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:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:5:\"align\";i:3;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:3;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:3;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:5;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:6;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:13:\"archive-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:16:{s:23:\"archive_classic_columns\";i:1;s:35:\"archive_classic_thumbnail_size_size\";i:1;s:26:\"archive_classic_item_ratio\";i:1;s:30:\"archive_classic_meta_separator\";i:1;s:30:\"archive_classic_read_more_text\";i:1;s:28:\"archive_cards_read_more_text\";i:1;s:30:\"archive_classic_excerpt_length\";i:1;s:25:\"archive_classic_meta_data\";i:1;s:25:\"archive_classic_title_tag\";i:1;s:21:\"archive_cards_columns\";i:1;s:33:\"archive_cards_thumbnail_size_size\";i:1;s:24:\"archive_cards_item_ratio\";i:1;s:23:\"archive_cards_title_tag\";i:1;s:28:\"archive_cards_excerpt_length\";i:1;s:23:\"archive_cards_meta_data\";i:1;s:25:\"archive_cards_show_avatar\";i:1;}s:18:\"section_pagination\";a:1:{s:21:\"pagination_page_limit\";i:1;}s:16:\"section_advanced\";a:1:{s:21:\"nothing_found_message\";i:1;}}s:5:\"style\";a:8:{s:37:\"archive_classic_section_design_layout\";a:2:{s:26:\"archive_classic_column_gap\";i:1;s:23:\"archive_classic_row_gap\";i:1;}s:36:\"archive_classic_section_design_image\";a:1:{s:29:\"archive_classic_image_spacing\";i:1;}s:38:\"archive_classic_section_design_content\";a:7:{s:29:\"archive_classic_title_spacing\";i:1;s:31:\"archive_classic_excerpt_spacing\";i:1;s:27:\"archive_classic_title_color\";i:1;s:29:\"archive_classic_excerpt_color\";i:1;s:31:\"archive_classic_read_more_color\";i:1;s:26:\"archive_classic_meta_color\";i:1;s:36:\"archive_classic_meta_separator_color\";i:1;}s:24:\"section_pagination_style\";a:5:{s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;s:16:\"pagination_color\";i:1;s:22:\"pagination_hover_color\";i:1;s:23:\"pagination_active_color\";i:1;}s:27:\"section_nothing_found_style\";a:1:{s:19:\"nothing_found_color\";i:1;}s:35:\"archive_cards_section_design_layout\";a:1:{s:24:\"archive_cards_column_gap\";i:1;}s:34:\"archive_cards_section_design_image\";a:2:{s:27:\"archive_cards_image_spacing\";i:1;s:28:\"archive_cards_badge_position\";i:1;}s:36:\"archive_cards_section_design_content\";a:2:{s:27:\"archive_cards_title_spacing\";i:1;s:29:\"archive_cards_excerpt_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;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:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:5:\"align\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:10:\"title_text\";i:1;s:10:\"title_size\";i:1;s:5:\"image\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:11:\"image_space\";i:1;s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;}s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:1;s:19:\"image_border_radius\";i:1;}s:21:\"section_style_content\";a:9:{s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:28:\"title_typography_line_height\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:34:\"description_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"icon_padding\";i:1;}s:20:\"section_social_hover\";a:1:{s:18:\"hover_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:14:{s:15:\"classic_columns\";i:1;s:22:\"classic_posts_per_page\";i:1;s:17:\"classic_thumbnail\";i:1;s:18:\"classic_item_ratio\";i:1;s:19:\"classic_image_width\";i:1;s:20:\"classic_show_excerpt\";i:1;s:22:\"classic_meta_separator\";i:1;s:22:\"classic_show_read_more\";i:1;s:16:\"cards_item_ratio\";i:1;s:20:\"cards_meta_separator\";i:1;s:17:\"cards_show_avatar\";i:1;s:17:\"classic_title_tag\";i:1;s:22:\"classic_columns_tablet\";i:1;s:17:\"classic_meta_data\";i:1;}s:13:\"section_query\";a:1:{s:11:\"posts_order\";i:1;}}s:5:\"style\";a:8:{s:29:\"classic_section_design_layout\";a:3:{s:18:\"classic_column_gap\";i:1;s:15:\"classic_row_gap\";i:1;s:17:\"classic_alignment\";i:1;}s:26:\"classic_section_design_box\";a:4:{s:24:\"classic_box_border_width\";i:1;s:19:\"classic_box_padding\";i:1;s:23:\"classic_content_padding\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;}s:30:\"classic_section_design_content\";a:26:{s:21:\"classic_title_spacing\";i:1;s:20:\"classic_meta_spacing\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:38:\"classic_excerpt_typography_font_family\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:38:\"classic_excerpt_typography_line_height\";i:1;s:23:\"classic_excerpt_spacing\";i:1;s:23:\"classic_read_more_color\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:40:\"classic_read_more_typography_font_family\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;s:40:\"classic_read_more_typography_font_weight\";i:1;s:43:\"classic_read_more_typography_text_transform\";i:1;s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:36:\"classic_title_typography_font_family\";i:1;s:34:\"classic_title_typography_font_size\";i:1;s:36:\"classic_title_typography_font_weight\";i:1;s:36:\"classic_title_typography_line_height\";i:1;s:37:\"classic_title_typography_word_spacing\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:35:\"classic_meta_typography_font_family\";i:1;s:33:\"classic_meta_typography_font_size\";i:1;s:35:\"classic_meta_typography_line_height\";i:1;s:36:\"classic_meta_typography_word_spacing\";i:1;}s:25:\"cards_section_design_card\";a:5:{s:23:\"cards_card_border_color\";i:1;s:23:\"cards_card_border_width\";i:1;s:24:\"cards_card_border_radius\";i:1;s:32:\"cards_box_shadow_box_shadow_type\";i:1;s:18:\"cards_hover_effect\";i:1;}s:26:\"cards_section_design_image\";a:8:{s:19:\"cards_image_spacing\";i:1;s:20:\"cards_badge_bg_color\";i:1;s:17:\"cards_badge_color\";i:1;s:18:\"cards_badge_radius\";i:1;s:33:\"cards_badge_typography_typography\";i:1;s:34:\"cards_badge_typography_font_family\";i:1;s:34:\"cards_badge_typography_font_weight\";i:1;s:37:\"cards_badge_typography_text_transform\";i:1;}s:28:\"cards_section_design_content\";a:18:{s:17:\"cards_title_color\";i:1;s:33:\"cards_title_typography_typography\";i:1;s:34:\"cards_title_typography_font_family\";i:1;s:32:\"cards_title_typography_font_size\";i:1;s:34:\"cards_title_typography_font_weight\";i:1;s:37:\"cards_title_typography_text_transform\";i:1;s:34:\"cards_title_typography_line_height\";i:1;s:19:\"cards_title_spacing\";i:1;s:16:\"cards_meta_color\";i:1;s:32:\"cards_meta_typography_typography\";i:1;s:33:\"cards_meta_typography_font_family\";i:1;s:31:\"cards_meta_typography_font_size\";i:1;s:19:\"cards_excerpt_color\";i:1;s:35:\"cards_excerpt_typography_typography\";i:1;s:36:\"cards_excerpt_typography_font_family\";i:1;s:34:\"cards_excerpt_typography_font_size\";i:1;s:36:\"cards_excerpt_typography_font_weight\";i:1;s:21:\"cards_excerpt_spacing\";i:1;}s:24:\"section_pagination_style\";a:9:{s:32:\"pagination_typography_typography\";i:1;s:33:\"pagination_typography_font_family\";i:1;s:31:\"pagination_typography_font_size\";i:1;s:33:\"pagination_typography_font_weight\";i:1;s:36:\"pagination_typography_text_transform\";i:1;s:22:\"pagination_hover_color\";i:1;s:23:\"pagination_active_color\";i:1;s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;}s:28:\"classic_section_design_image\";a:2:{s:21:\"classic_image_spacing\";i:1;s:25:\"classic_img_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:1;}}}}}'),
(1127, 190, '_elementor_edit_mode', 'builder'),
(1128, 190, '_elementor_template_type', 'single-post'),
(1129, 190, '_elementor_version', '3.20.4'),
(1130, 190, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1131, 190, '_elementor_data', '[{\"id\":\"32daae24\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"structure\":\"20\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"356a3eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":72,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"f95726b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"archive-title\\\" settings=\\\"%7B%22include_context%22%3A%22yes%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-archive-title\"},{\"id\":\"28869996\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"icon\":\"fa fa-user-circle-o\",\"_id\":\"a339c7b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"By\",\"comments_custom_strings\":\"\",\"selected_icon\":{\"value\":\"fas fa-user-circle\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"show_icon\":\"custom\"},{\"icon\":\"fa fa-calendar\",\"_id\":\"ba9c996\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"comments_custom_strings\":\"\",\"selected_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"show_icon\":\"custom\"},{\"type\":\"comments\",\"icon\":\"fa fa-commenting-o\",\"_id\":\"afbda51\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"comments_custom_strings\":\"\",\"selected_icon\":{\"value\":\"fas fa-comments\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"show_icon\":\"custom\"}],\"space_between\":{\"unit\":\"px\",\"size\":25},\"space_between_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16},\"text_indent\":{\"unit\":\"px\",\"size\":8},\"icon_size\":{\"unit\":\"px\",\"size\":13},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"icon_align\":\"center\",\"divider\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=21bfb04\",\"divider_color\":\"globals\\/colors?id=57a29b1\",\"icon_color\":\"globals\\/colors?id=primary\",\"_border_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_color\":\"#EFEDED\",\"icon_color\":\"#F5812D\",\"text_color\":\"#FFFFFF\",\"icon_typography_font_family\":\"Prompt\",\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_width\":\"auto\",\"_border_color\":\"#EFEDED69\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false},{\"id\":\"7f532b6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"771ac3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"post-content\"},\"elements\":[{\"id\":\"20c19990\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"space_between_widgets\":18,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a4b3a0a\",\"elType\":\"widget\",\"settings\":{\"__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\\\"]\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"3ca83c7a\",\"elType\":\"widget\",\"settings\":{\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"57474e02\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"icon\":\"fa fa-commenting-o\",\"_id\":\"178a5d0\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"post_tag\",\"comments_custom_strings\":\"\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"text_indent\":{\"unit\":\"px\",\"size\":12},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=ba6914a\",\"text_color\":\"globals\\/colors?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"62c958fc\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"62d78a5\"},{\"button\":\"whatsapp\",\"_id\":\"0f55b88\"},{\"button\":\"twitter\",\"_id\":\"21de836\"},{\"button\":\"linkedin\",\"_id\":\"f780b63\"},{\"button\":\"pinterest\",\"_id\":\"050fff4\"}],\"row_gap\":{\"unit\":\"px\",\"size\":\"\"},\"row_gap_mobile\":{\"unit\":\"px\",\"size\":10},\"button_size\":{\"unit\":\"px\",\"size\":0.8},\"icon_size\":{\"unit\":\"em\",\"size\":1.6},\"button_height\":{\"unit\":\"em\",\"size\":5},\"skin\":\"flat\",\"columns\":\"5\",\"columns_mobile\":\"2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"share_url_type\":\"custom\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ba6914a\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"5af745a8\",\"elType\":\"widget\",\"settings\":{\"author_name\":\"John Doe\",\"author_bio\":\"Click edit button to change this text. Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"link_text\":\"View All Posts >\",\"link_to\":\"posts_archive\",\"show_link\":\"yes\",\"image_vertical_align\":\"middle\",\"image_size\":{\"unit\":\"px\",\"size\":100},\"image_size_mobile\":{\"unit\":\"px\",\"size\":80},\"image_gap\":{\"unit\":\"px\",\"size\":20},\"button_border_width\":{\"unit\":\"px\",\"size\":0},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FAFAFA\",\"alignment\":\"left\",\"name_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"layout\":\"left\",\"bio_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_background_color\":\"#02010100\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"button_typography_typography\":\"globals\\/typography?id=ba6914a\",\"name_typography_typography\":\"globals\\/typography?id=accent\",\"bio_color\":\"\",\"button_hover_color\":\"globals\\/colors?id=fc28385\",\"bio_typography_typography\":\"globals\\/typography?id=f500460\"},\"button_text_color\":\"#F42478\"},\"elements\":[],\"widgetType\":\"author-box\"},{\"id\":\"7f059a3c\",\"elType\":\"widget\",\"settings\":{\"color\":\"#AFAFAF2E\",\"gap\":{\"unit\":\"px\",\"size\":10},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"41c32b3a\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"theme_comments\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"post-comments\"},{\"id\":\"2b7e5471\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"show_borders\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"in_same_term\":[],\"post_taxonomy\":\"category\",\"arrow_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"arrow_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"e-landing-page_taxonomy\":\"elementor_library_type\",\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=f95c007\",\"title_typography_typography\":\"globals\\/typography?id=f500460\",\"label_color\":\"globals\\/colors?id=primary\",\"text_color\":\"globals\\/colors?id=e5e9561\",\"hover_color\":\"globals\\/colors?id=fc28385\",\"arrow_color\":\"globals\\/colors?id=primary\",\"arrow_hover_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false},{\"id\":\"5cf0d5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e61551\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"3139ec22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"68ee8571\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Our Proprietor\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37ba2fb3\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Willaim Wright\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_size\":\"h5\",\"image\":{\"id\":129,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img4.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6d70f62b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-github\",\"_id\":\"8206083\",\"social_icon\":{\"value\":\"fab fa-google\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-github\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"_id\":\"5cb7115\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}},{\"social\":\"fa fa-bitbucket\",\"_id\":\"dccfaf9\",\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_secondary_color\":\"\"}}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_spacing\":{\"unit\":\"px\",\"size\":6},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#030F273D\",\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=21bfb04\"},\"hover_border_color\":\"#2C75BA\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"61f5a817\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"79592bec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"},\"background_overlay_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cb2f6a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"461a8b88\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_posts_per_page\":4,\"classic_thumbnail\":\"left\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":1.2,\"sizes\":[]},\"classic_image_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_separator\":\"|\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_item_ratio\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"cards_meta_separator\":\"|\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_order\":\"asc\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"classic_excerpt_color\":\"#333333\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Poppins\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"classic_read_more_color\":\"#FD5D14\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"600\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"cards_card_border_color\":\"#FD5D1473\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_hover_effect\":\"none\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_badge_bg_color\":\"#FD5D14\",\"cards_badge_color\":\"#FFFFFF\",\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_typography\":\"custom\",\"cards_badge_typography_font_family\":\"Montserrat\",\"cards_badge_typography_font_weight\":\"600\",\"cards_badge_typography_text_transform\":\"uppercase\",\"cards_title_color\":\"#313131\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Montserrat\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cards_title_typography_font_weight\":\"700\",\"cards_title_typography_text_transform\":\"uppercase\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"cards_title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_meta_color\":\"#878787\",\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Poppins\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"cards_excerpt_color\":\"#383838\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Poppins\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"normal\",\"cards_excerpt_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Montserrat\",\"pagination_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_typography_font_weight\":\"700\",\"pagination_typography_text_transform\":\"uppercase\",\"pagination_hover_color\":\"#C33F02\",\"pagination_active_color\":\"#C33F02\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_z_index\":2,\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"classic_meta_typography_typography\":\"globals\\/typography?id=f95c007\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_title_typography_typography\":\"globals\\/typography?id=ba6914a\",\"classic_title_color\":\"globals\\/colors?id=e5e9561\",\"classic_box_bg_color\":\"\"},\"classic_title_tag\":\"h4\",\"classic_image_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_title_color\":\"#292929\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Poppins\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_title_typography_font_weight\":\"500\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Poppins\",\"classic_meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"classic_meta_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_columns_tablet\":\"1\",\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"classic_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_meta_data\":[\"date\"]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c937172\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"29bc3cdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\",\"background_overlay_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"104d878a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us On\",\"header_size\":\"h6\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=21bfb04\",\"_background_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#F5812D\",\"align\":\"center\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1132, 190, '_elementor_page_assets', 'a:0:{}'),
(1133, 190, '_elementor_import_session_id', '66183796c7041'),
(1134, 146, '_elementor_controls_usage', 'a:15:{s:19:\"theme-archive-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;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:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:1;s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:2;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:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:1;s:17:\"icon_align_mobile\";i:1;s:10:\"icon_align\";i:1;s:7:\"divider\";i:1;s:13:\"divider_color\";i:1;}s:18:\"section_text_style\";a:6:{s:11:\"text_indent\";i:2;s:25:\"icon_typography_font_size\";i:1;s:10:\"text_color\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:2;s:10:\"icon_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:2;s:14:\"_element_width\";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:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:7;s:21:\"space_between_widgets\";i:4;s:5:\"align\";i:3;s:16:\"content_position\";i:3;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:3;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"_title\";i:2;s:3:\"gap\";i:5;s:6:\"height\";i:1;s:16:\"content_position\";i:1;s:13:\"custom_height\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}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:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:13:\"share-buttons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:23:\"section_buttons_content\";a:5:{s:13:\"share_buttons\";i:1;s:4:\"skin\";i:1;s:7:\"columns\";i:1;s:14:\"columns_mobile\";i:1;s:14:\"share_url_type\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_buttons_style\";a:4:{s:7:\"row_gap\";i:1;s:11:\"button_size\";i:1;s:9:\"icon_size\";i:1;s:13:\"button_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:10:\"author-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_author_info\";a:6:{s:10:\"author_bio\";i:1;s:9:\"link_text\";i:1;s:7:\"link_to\";i:1;s:9:\"show_link\";i:1;s:9:\"alignment\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_image_style\";a:3:{s:20:\"image_vertical_align\";i:1;s:10:\"image_size\";i:1;s:9:\"image_gap\";i:1;}s:20:\"section_style_button\";a:5:{s:19:\"button_border_width\";i:1;s:19:\"button_text_padding\";i:1;s:20:\"button_border_radius\";i:1;s:23:\"button_background_color\";i:1;s:17:\"button_text_color\";i:1;}s:18:\"section_text_style\";a:2:{s:8:\"name_gap\";i:1;s:7:\"bio_gap\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:4:\"text\";i:1;}}}}s:13:\"post-comments\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:5:\"_skin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:15:\"post-navigation\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:31:\"section_post_navigation_content\";a:4:{s:12:\"show_borders\";i:1;s:12:\"in_same_term\";i:1;s:13:\"post_taxonomy\";i:1;s:23:\"e-landing-page_taxonomy\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:11:\"arrow_style\";a:2:{s:10:\"arrow_size\";i:1;s:13:\"arrow_padding\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;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:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:5:\"align\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:10:\"title_text\";i:1;s:10:\"title_size\";i:1;s:5:\"image\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:11:\"image_space\";i:1;s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;}s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:1;s:19:\"image_border_radius\";i:1;}s:21:\"section_style_content\";a:9:{s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:28:\"title_typography_line_height\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:34:\"description_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"icon_padding\";i:1;}s:20:\"section_social_hover\";a:1:{s:18:\"hover_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:14:{s:15:\"classic_columns\";i:1;s:22:\"classic_posts_per_page\";i:1;s:17:\"classic_thumbnail\";i:1;s:18:\"classic_item_ratio\";i:1;s:19:\"classic_image_width\";i:1;s:20:\"classic_show_excerpt\";i:1;s:22:\"classic_meta_separator\";i:1;s:22:\"classic_show_read_more\";i:1;s:16:\"cards_item_ratio\";i:1;s:20:\"cards_meta_separator\";i:1;s:17:\"cards_show_avatar\";i:1;s:17:\"classic_title_tag\";i:1;s:22:\"classic_columns_tablet\";i:1;s:17:\"classic_meta_data\";i:1;}s:13:\"section_query\";a:1:{s:11:\"posts_order\";i:1;}}s:5:\"style\";a:8:{s:29:\"classic_section_design_layout\";a:3:{s:18:\"classic_column_gap\";i:1;s:15:\"classic_row_gap\";i:1;s:17:\"classic_alignment\";i:1;}s:26:\"classic_section_design_box\";a:4:{s:24:\"classic_box_border_width\";i:1;s:19:\"classic_box_padding\";i:1;s:23:\"classic_content_padding\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;}s:30:\"classic_section_design_content\";a:26:{s:21:\"classic_title_spacing\";i:1;s:20:\"classic_meta_spacing\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:38:\"classic_excerpt_typography_font_family\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:38:\"classic_excerpt_typography_line_height\";i:1;s:23:\"classic_excerpt_spacing\";i:1;s:23:\"classic_read_more_color\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:40:\"classic_read_more_typography_font_family\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;s:40:\"classic_read_more_typography_font_weight\";i:1;s:43:\"classic_read_more_typography_text_transform\";i:1;s:19:\"classic_title_color\";i:1;s:35:\"classic_title_typography_typography\";i:1;s:36:\"classic_title_typography_font_family\";i:1;s:34:\"classic_title_typography_font_size\";i:1;s:36:\"classic_title_typography_font_weight\";i:1;s:36:\"classic_title_typography_line_height\";i:1;s:37:\"classic_title_typography_word_spacing\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:35:\"classic_meta_typography_font_family\";i:1;s:33:\"classic_meta_typography_font_size\";i:1;s:35:\"classic_meta_typography_line_height\";i:1;s:36:\"classic_meta_typography_word_spacing\";i:1;}s:25:\"cards_section_design_card\";a:5:{s:23:\"cards_card_border_color\";i:1;s:23:\"cards_card_border_width\";i:1;s:24:\"cards_card_border_radius\";i:1;s:32:\"cards_box_shadow_box_shadow_type\";i:1;s:18:\"cards_hover_effect\";i:1;}s:26:\"cards_section_design_image\";a:8:{s:19:\"cards_image_spacing\";i:1;s:20:\"cards_badge_bg_color\";i:1;s:17:\"cards_badge_color\";i:1;s:18:\"cards_badge_radius\";i:1;s:33:\"cards_badge_typography_typography\";i:1;s:34:\"cards_badge_typography_font_family\";i:1;s:34:\"cards_badge_typography_font_weight\";i:1;s:37:\"cards_badge_typography_text_transform\";i:1;}s:28:\"cards_section_design_content\";a:18:{s:17:\"cards_title_color\";i:1;s:33:\"cards_title_typography_typography\";i:1;s:34:\"cards_title_typography_font_family\";i:1;s:32:\"cards_title_typography_font_size\";i:1;s:34:\"cards_title_typography_font_weight\";i:1;s:37:\"cards_title_typography_text_transform\";i:1;s:34:\"cards_title_typography_line_height\";i:1;s:19:\"cards_title_spacing\";i:1;s:16:\"cards_meta_color\";i:1;s:32:\"cards_meta_typography_typography\";i:1;s:33:\"cards_meta_typography_font_family\";i:1;s:31:\"cards_meta_typography_font_size\";i:1;s:19:\"cards_excerpt_color\";i:1;s:35:\"cards_excerpt_typography_typography\";i:1;s:36:\"cards_excerpt_typography_font_family\";i:1;s:34:\"cards_excerpt_typography_font_size\";i:1;s:36:\"cards_excerpt_typography_font_weight\";i:1;s:21:\"cards_excerpt_spacing\";i:1;}s:24:\"section_pagination_style\";a:9:{s:32:\"pagination_typography_typography\";i:1;s:33:\"pagination_typography_font_family\";i:1;s:31:\"pagination_typography_font_size\";i:1;s:33:\"pagination_typography_font_weight\";i:1;s:36:\"pagination_typography_text_transform\";i:1;s:22:\"pagination_hover_color\";i:1;s:23:\"pagination_active_color\";i:1;s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;}s:28:\"classic_section_design_image\";a:2:{s:21:\"classic_image_spacing\";i:1;s:25:\"classic_img_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:1;}}}}}'),
(1135, 191, '_elementor_edit_mode', 'builder'),
(1136, 191, '_elementor_template_type', 'page'),
(1137, 191, '_elementor_version', '3.20.4'),
(1138, 191, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1139, 191, '_elementor_data', '[{\"id\":\"1e629a00\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bf4d10a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"2dff4322\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3b44549f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"39015e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"180\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about-us\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4053c96c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"100e68d5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"28d7b0f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4eea60fc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-142\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-180\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"205b9802\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a3a8ef1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"70fe291b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"7ef5a366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6a4d39b5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1b6f0c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33},\"elements\":[],\"isInner\":true},{\"id\":\"33e92677\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6474472d\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\",\"_border_color\":\"globals\\/colors?id=57a29b1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f5870e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":129,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img4.jpg\"},\"title_text\":\"Er. Jason Smith\",\"description_text\":\"CEO, Director\",\"position\":\"left\",\"title_size\":\"h6\",\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"description_typography_typography\":\"globals\\/typography?id=f95c007\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"654a5b\",\"elType\":\"widget\",\"settings\":{\"_element_width\":\"auto\",\"__globals__\":{\"stars_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"star-rating\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"577d686d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29347531\",\"elType\":\"widget\",\"settings\":{\"title\":\"Award Winning Interior Design Studio !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65d562e9\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"17543d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"MORE ABOUT US\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"607699a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"client\"},\"elements\":[{\"id\":\"29842f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"z_index\":1,\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"656a8191\",\"elType\":\"widget\",\"settings\":{\"carousel\":[],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"slides_to_show\":\"5\",\"navigation\":\"none\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"3\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bc75984\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\",\"background_color\":\"\"},\"_title\":\"team\",\"background_overlay_color_b\":\"#ECE7DB\"},\"elements\":[{\"id\":\"46185006\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7e6585ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Optimistic Team Member\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61a55875\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ec80336\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2d089a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"330701e6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":136,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img13.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4466e282\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"16b81985\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46713386\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":137,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img15.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60818784\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"65e06be3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ecaa0ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img14.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"77cf0afa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"56d90d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c9bab34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img16.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d0f330a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1140, 191, '_elementor_page_assets', 'a:0:{}'),
(1141, 191, '_elementor_import_session_id', '66183796c7041'),
(1142, 148, '_elementor_controls_usage', 'a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:2;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:15;s:16:\"content_position\";i:2;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:8;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:9:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:2;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:2;s:31:\"background_overlay_color_b_stop\";i:2;s:33:\"background_overlay_gradient_angle\";i:2;s:36:\"background_overlay_gradient_position\";i:1;s:26:\"background_overlay_color_b\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"_title\";i:4;s:3:\"gap\";i:8;s:6:\"height\";i:1;s:16:\"content_position\";i:1;s:13:\"custom_height\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:5;s:7:\"padding\";i:4;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:28:\"css_filters_hover_css_filter\";i:4;s:28:\"css_filters_hover_brightness\";i:4;s:27:\"background_hover_transition\";i:4;s:15:\"hover_animation\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}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:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_style_box\";a:3:{s:8:\"position\";i:1;s:11:\"image_space\";i:1;s:18:\"title_bottom_space\";i:1;}s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:1;s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_mobile\";i:1;}}}}s:11:\"star-rating\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_rating\";a:1:{s:12:\"align_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:6:{s:14:\"thumbnail_size\";i:1;s:26:\"thumbnail_custom_dimension\";i:1;s:14:\"slides_to_show\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:4;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:3:{s:10:\"icon_color\";i:4;s:18:\"icon_primary_color\";i:4;s:9:\"icon_size\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:4;}}}}}'),
(1143, 192, '_elementor_edit_mode', 'builder'),
(1144, 192, '_elementor_template_type', 'page'),
(1145, 192, '_elementor_version', '3.20.4'),
(1146, 192, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1147, 192, '_elementor_data', '[{\"id\":\"66924f19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b1cbc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"64e4b1b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"321a1a09\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"12640965\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d514ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"223bd983\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20018d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f8de152\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-house-2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6aa0ec7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"298f9a56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exterior Design Concept\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3777c8ff\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4fa96507\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"69e5501c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Mechanic\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7fc2ba7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2606005d\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Contactor & Engineering\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"584cb4b3\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"661ba9fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"268f1d28\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Massage-table\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"296011bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50f4c169\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern Furniture Layouts\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71acd9b2\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6c159581\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63eebf96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Safe-house\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"30976de2\",\"elType\":\"widget\",\"settings\":{\"title\":\"04.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7ed04b\",\"elType\":\"widget\",\"settings\":{\"title\":\"House \\/ Apartment Renovation\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cad2374\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"606a7f40\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"5edb8eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ae57cdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-apartment1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"10cf600a\",\"elType\":\"widget\",\"settings\":{\"title\":\"05.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7033cbdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Private Residence Projects\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcef68b\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4ec88e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50ecd8cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7bd1f9e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"06.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3653fc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior Decorator & Manager\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"307530aa\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4588f4c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c5648cd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-planting\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e8f6452\",\"elType\":\"widget\",\"settings\":{\"title\":\"07.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c70eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Landscape Architect \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5608fee\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6e8a90f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"670b01ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Helmet\",\"library\":\"ekiticons\"},\"align\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"621db0a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"08.\",\"align\":\"right\",\"_element_width\":\"auto\",\"title_color\":\"#02010100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_stroke_stroke_color\":\"#A7A7A77A\",\"__globals__\":{\"text_stroke_stroke_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f19a16c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Industrial Engineering\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2338608\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"987e23c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"testimonial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":130,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img5.png\"},\"background_overlay_position\":\"center right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"65b2f5bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"content_position\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3c062f0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Customers Says About Us !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2180ca10\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c441ffa\",\"elType\":\"widget\",\"settings\":{\"text\":\"MORE REVIEWS\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"4d853d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"content_position\":\"center\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#FFFFFF33\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67f38d12\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Alexander Donner\",\"title\":\"Customer, Agent\",\"image\":{\"id\":140,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img17.jpg\"},\"_id\":\"6298a06\"},{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Harry Watson\",\"title\":\"Director, Client\",\"image\":{\"id\":141,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img19.jpg\"},\"_id\":\"c66d6ef\"},{\"content\":\"\\\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\\\"\",\"name\":\"Jonsan William\",\"title\":\"Client, Supervisor\",\"image\":{\"id\":142,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img18.jpg\"},\"_id\":\"ba3f524\"}],\"layout\":\"image_left\",\"alignment\":\"left\",\"show_arrows\":\"\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"pagination_size\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"name_typography_typography\":\"globals\\/typography?id=61eed76\",\"name_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=08fcc9d\",\"title_typography_typography\":\"globals\\/typography?id=f500460\",\"content_color\":\"globals\\/colors?id=text\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"pagination_color_inactive\":\"globals\\/colors?id=08fcc9d\",\"pagination_color\":\"globals\\/colors?id=21bfb04\",\"image_border_color\":\"globals\\/colors?id=secondary\"},\"image_border\":\"yes\",\"image_border_width\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slides_per_view_tablet\":\"1\",\"alignment_mobile\":\"left\",\"slides_per_view_mobile\":\"1\",\"content_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_border_width_mobile\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1148, 192, '_elementor_page_assets', 'a:0:{}'),
(1149, 192, '_elementor_import_session_id', '66183796c7041'),
(1150, 150, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:18;s:4:\"link\";i:8;s:11:\"header_size\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:11:{s:5:\"align\";i:10;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:2;s:11:\"title_color\";i:8;s:28:\"text_stroke_text_stroke_type\";i:8;s:23:\"text_stroke_text_stroke\";i:8;s:24:\"text_stroke_stroke_color\";i:8;s:23:\"typography_word_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:8;s:7:\"_margin\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:13;s:16:\"content_position\";i:10;s:5:\"align\";i:8;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:9;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:5:{s:26:\"box_shadow_box_shadow_type\";i:8;s:21:\"box_shadow_box_shadow\";i:8;s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:10;s:7:\"padding\";i:8;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:11:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:2;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:5;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:5:\"align\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;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:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:12:\"align_tablet\";i:1;}}}}s:20:\"testimonial-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:6:{s:6:\"slides\";i:1;s:6:\"layout\";i:1;s:9:\"alignment\";i:1;s:22:\"slides_per_view_tablet\";i:1;s:16:\"alignment_mobile\";i:1;s:22:\"slides_per_view_mobile\";i:1;}s:26:\"section_additional_options\";a:2:{s:11:\"show_arrows\";i:1;s:10:\"pagination\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_slides_style\";a:2:{s:13:\"space_between\";i:1;s:13:\"slide_padding\";i:1;}s:21:\"section_content_style\";a:1:{s:11:\"content_gap\";i:1;}s:19:\"section_image_style\";a:4:{s:10:\"image_size\";i:1;s:12:\"image_border\";i:1;s:18:\"image_border_width\";i:1;s:19:\"image_border_radius\";i:1;}s:18:\"section_navigation\";a:1:{s:15:\"pagination_size\";i:1;}}}}}'),
(1151, 193, '_elementor_edit_mode', 'builder'),
(1152, 193, '_elementor_template_type', 'page'),
(1153, 193, '_elementor_version', '3.20.4'),
(1154, 193, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1155, 193, '_elementor_data', '[{\"id\":\"4ac3f3a5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68b74a39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"761bf04d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Detail\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6bc648b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e9a36fc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"details\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"29db0376\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"space_between_widgets\":18,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"78357a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"House \\/ Apartment Renovation\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4c7aae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":153,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img21.jpg\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d0b5b32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magina voluptatum doloriem! Dolores! Sociosqii commodiin nobis imperdiet lacinia? Magni! Felis, elementum nobis imperdiet lacinia nobis imperdiet lacinia commodo nobis imper lacinia nobis imperd imperdiet lacinia commodo.Vestibulum illum pulvinar iusto ac minus, aliquid voluptatum nec laboriosam pellentesque. Pellentesque fugiat suscipit, reiciendis occaecati. Enim urna, peos fermentum.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6dab1d1b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3b1425b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5857c83d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Occaecat velit dis! ea wisi.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"6de9337\"},{\"text\":\"Aliquam sapiente beatae modi rem.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"9060b2e\"},{\"text\":\"Sem rhoncus, libero lectus.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"c3834ad\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5fac381c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3ed02261\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Arcu eius, lacinia fugiat.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"e5e4ab1\"},{\"text\":\"Adipiscing  etiam, similique expedita.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"52bb14e\"},{\"text\":\"Dignissimos,  quod ornare fugit.\",\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"_id\":\"298cf53\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6901b48a\",\"elType\":\"widget\",\"settings\":{\"carousel\":{\"0\":{\"id\":132,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img7.jpg\"},\"3\":{\"id\":133,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img10.jpg\"}},\"thumbnail_size\":\"custom\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"dots_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=primary\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false},{\"id\":\"1ac05dda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":100,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3094e78\",\"elType\":\"section\",\"settings\":{\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7b9494d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"48805e55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get A Free Quotes\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\"},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"749064e8\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Your Name*\",\"_id\":\"e8ee275\",\"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\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Your Email*\",\"_id\":\"76e5a9b\",\"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\":\"b57c008\",\"field_type\":\"number\",\"field_label\":\"Phone number\",\"placeholder\":\"Your Number*\",\"required\":\"true\",\"custom_id\":\"field_b57c008\",\"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\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Enter your message\",\"_id\":\"873bc23\",\"rows\":6,\"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\":\"lg\",\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Get a quotes\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"label_typography_font_family\":\"Montserrat\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_typography_text_transform\":\"uppercase\",\"html_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"html_typography_font_family\":\"Poppins\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_weight\":\"normal\",\"field_background_color\":\"\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"button_text_color\":\"\",\"previous_button_text_color\":\"#FFFFFF\",\"button_hover_color\":\"\",\"__globals__\":{\"success_message_color\":\"globals\\/colors?id=secondary\",\"error_message_color\":\"globals\\/colors?id=primary\",\"inline_message_color\":\"globals\\/colors?id=primary\"},\"label_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"label_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"html_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"html_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"field_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"field_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"message_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"message_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"steps_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"steps_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"step_progress_bar_percentage__typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"step_progress_bar_percentage__typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54f78838\",\"elType\":\"section\",\"settings\":{\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4c6494bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=f06adda\"}},\"elements\":[{\"id\":\"60ee6301\",\"elType\":\"widget\",\"settings\":{\"title\":\"Others Services\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f039f1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Wastage removal\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"_id\":\"e5e4ab1\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Metallic engineering\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ad60aeb\"},{\"text\":\"Carpentry projects\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4e3f888\"},{\"text\":\"Constant maintenance\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02537b7\"},{\"text\":\"House-wiring project\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8f7f708\"},{\"text\":\"Project management\",\"selected_icon\":{\"value\":\"fas fa-arrow-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d17f860\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"divider\":\"yes\",\"divider_color\":\"#FFFFFF70\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=61eed76\",\"text_color_hover\":\"globals\\/colors?id=fc28385\",\"text_color\":\"globals\\/colors?id=21bfb04\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1156, 193, '_elementor_page_assets', 'a:0:{}'),
(1157, 193, '_elementor_import_session_id', '66183796c7041'),
(1158, 152, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;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:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:5:\"align\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:23:\"typography_word_spacing\";i:3;s:11:\"title_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:7:\"_margin\";i:2;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:1;s:16:\"content_position\";i:1;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:9:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:2;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:19:\"background_bg_width\";i:1;s:16:\"background_color\";i:1;s:16:\"background_image\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:2;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:3;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}s:21:\"section_style_caption\";a:2:{s:30:\"caption_typography_line_height\";i:1;s:31:\"caption_typography_word_spacing\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;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:2:{s:13:\"section_style\";a:6:{s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:1;s:23:\"typography_word_spacing\";i:1;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:1;s:32:\"drop_cap_typography_word_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:3;s:7:\"divider\";i:1;s:13:\"divider_color\";i:1;}s:18:\"section_text_style\";a:4:{s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_font_weight\";i:2;s:27:\"icon_typography_line_height\";i:3;s:28:\"icon_typography_word_spacing\";i:3;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:5:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;}}s:5:\"style\";a:3:{s:24:\"section_style_navigation\";a:1:{s:9:\"dots_size\";i:1;}s:19:\"section_style_image\";a:1:{s:13:\"image_spacing\";i:1;}s:15:\"section_caption\";a:2:{s:30:\"caption_typography_line_height\";i:1;s:31:\"caption_typography_word_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:3:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:11:\"show_labels\";i:1;}s:15:\"section_buttons\";a:1:{s:11:\"button_text\";i:1;}s:20:\"section_form_options\";a:3:{s:15:\"success_message\";i:1;s:13:\"error_message\";i:1;s:15:\"invalid_message\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_form_style\";a:14:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:31:\"label_typography_text_transform\";i:1;s:12:\"html_spacing\";i:1;s:27:\"html_typography_font_family\";i:1;s:25:\"html_typography_font_size\";i:1;s:28:\"label_typography_line_height\";i:1;s:29:\"label_typography_word_spacing\";i:1;s:27:\"html_typography_line_height\";i:1;s:28:\"html_typography_word_spacing\";i:1;}s:19:\"section_field_style\";a:7:{s:28:\"field_typography_font_family\";i:1;s:26:\"field_typography_font_size\";i:1;s:28:\"field_typography_font_weight\";i:1;s:22:\"field_background_color\";i:1;s:18:\"field_border_width\";i:1;s:28:\"field_typography_line_height\";i:1;s:29:\"field_typography_word_spacing\";i:1;}s:20:\"section_button_style\";a:10:{s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:20:\"button_border_radius\";i:1;s:17:\"button_text_color\";i:1;s:26:\"previous_button_text_color\";i:1;s:18:\"button_hover_color\";i:1;s:30:\"button_typography_word_spacing\";i:1;}s:22:\"section_messages_style\";a:2:{s:30:\"message_typography_line_height\";i:1;s:31:\"message_typography_word_spacing\";i:1;}s:19:\"section_steps_style\";a:4:{s:28:\"steps_typography_line_height\";i:1;s:29:\"steps_typography_word_spacing\";i:1;s:52:\"step_progress_bar_percentage__typography_line_height\";i:1;s:53:\"step_progress_bar_percentage__typography_word_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(1159, 194, '_elementor_edit_mode', 'builder'),
(1160, 194, '_elementor_template_type', 'page'),
(1161, 194, '_elementor_version', '3.20.4'),
(1162, 194, '_elementor_pro_version', '3.20.2'),
(1163, 194, '_elementor_data', '[{\"id\":\"63a6b373\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d265002\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"56ce272f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portfolio\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2c7ff0a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce3a28f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"portfolio\"},\"elements\":[{\"id\":\"365eb38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ebd27db\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3c50e3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72822bed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img7.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"344c5f5b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"4270b982\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"361a9a8b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"425cf853\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2afee09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"37aea90d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"449298ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"61d1718\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1338289\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"190\",\"bottom\":\"0\",\"left\":\"190\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d41c86e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img10.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6533da43\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"1746d165\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"766303e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6b1d7739\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"45c52d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"39b9baa4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2420c331\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"4e9789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"5d577eec\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4fb8a436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"562912d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img11.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a4fd67e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"684830e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4fd299fc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9922072\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"190\",\"bottom\":\"0\",\"left\":\"190\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"134b8801\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":135,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img-12.jpg\"},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6949a2ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"2621c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"space-between\",\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":10,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4eaa5e48\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"right\",\"hover_animation\":\"grow\",\"size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1164, 194, '_elementor_page_assets', 'a:0:{}'),
(1165, 194, '_elementor_import_session_id', '66183796c7041'),
(1166, 155, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{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:6:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:15;s:16:\"content_position\";i:6;s:5:\"align\";i:6;s:21:\"space_between_widgets\";i:6;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:7;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:6;s:21:\"box_shadow_box_shadow\";i:6;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:13;s:7:\"padding\";i:6;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:10;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:28:\"css_filters_hover_css_filter\";i:6;s:28:\"css_filters_hover_brightness\";i:6;s:27:\"background_hover_transition\";i:6;s:15:\"hover_animation\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:6;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:6;s:4:\"view\";i:6;s:5:\"shape\";i:6;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:5:\"align\";i:6;s:15:\"hover_animation\";i:6;s:4:\"size\";i:6;s:12:\"icon_padding\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:6;}}}}}'),
(1167, 195, '_elementor_edit_mode', 'builder'),
(1168, 195, '_elementor_template_type', 'page'),
(1169, 195, '_elementor_version', '3.20.4'),
(1170, 195, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1171, 195, '_elementor_data', '[{\"id\":\"a557126\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60cf5eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"3d666f37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portfolio Detail\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"646069ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"16b85a0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"_title\":\"detail\"},\"elements\":[{\"id\":\"4b5b552\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3215b9c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"7b5e1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"12d23bd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Details\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64f58187\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Info Of Clients :\",\"description_text\":\"Better Homes and Garden 654, NewYork-22\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"_border_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"acb93e1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-cog\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"Service Offered :\",\"description_text\":\"Reconstruction, Re-novation, House Wiring\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"_border_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3aead4a6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"Project Period :\",\"description_text\":\"5 Days designing, and 1 month for completion\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"_border_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"70e4a09\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"49b69d8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"25cd766c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Other Projects\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3569f9de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Project Management\",\"_id\":\"074c935\",\"selected_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House-wiiring Projects\",\"selected_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"57d9fe4\"},{\"text\":\"Carpentry Projects\",\"selected_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bc311e6\"},{\"text\":\"Heavy Duty Works\",\"selected_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"adbd681\"},{\"text\":\"Metallic Enginneering\",\"selected_icon\":{\"value\":\"fas fa-chevron-circle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c06fe8c\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\",\"icon_typography_typography\":\"globals\\/typography?id=ba6914a\",\"text_color\":\"globals\\/colors?id=21bfb04\",\"divider_color\":\"\"},\"divider\":\"yes\",\"divider_color\":\"#78787840\",\"icon_color\":\"#F1B017\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1d9bef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"9aa66ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"129d04e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-quote1\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"Magni a nostra reprehenderit similique a hendrerit inceptos reprehenderit iusto, laborum sed parturient officia .\",\"position\":\"left\",\"primary_color\":\"#1B273A26\",\"icon_space\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"\",\"title_color\":\"\",\"description_color\":\"globals\\/colors?id=secondary\",\"description_typography_typography\":\"globals\\/typography?id=92b0a2d\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1723fce2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":129,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img4.jpg\"},\"title_text\":\"William Scout\",\"description_text\":\"CUSTOMER\",\"position\":\"left\",\"title_size\":\"h6\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d545c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"433763cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior Design Projects\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be3d8a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quis ornare tristique harum minima minim, lacus, interdum luctus facilisi fugiat occaecat, exercitationem dignissim doloremque maiores, massa mollit? Lectus, placerat quibusdam aliquip ultrices qui. Consequatur molestias sem hymenaeos? Sed temporibus, varius ex mauris rerum porttitor.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6bcda5de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":153,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img21.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1a2f0\",\"elType\":\"widget\",\"settings\":{\"thumbnail_size\":\"full\",\"slides_to_show\":\"3\",\"slides_to_show_tablet\":\"3\",\"slides_to_show_mobile\":\"2\",\"navigation\":\"none\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"5c0d878a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project Summary :\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ddbfb88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quis ornare tristique harum minima minim, lacus, interdum luctus facilisi fugiat occaecat, exercitationem dignissim doloremque maiores, massa mollit? Lectus, placerat quibusdam aliquip ultrices qui. Consequatur molestias sem hymenaeos? Sed temporibus, varius ex mauris rerum porttitor.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a79d319\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[{\"id\":\"2db4e880\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2fc8e026\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rerum diam nullam non.\",\"_id\":\"074c935\"},{\"text\":\"Aut cupiditate pretium corrupti.\",\"_id\":\"ffae534\"},{\"text\":\"Natus sem excepteur magnam.\",\"_id\":\"c6f3100\"},{\"text\":\"Vehicula vero magnis nec.\",\"_id\":\"1bd7d55\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1d041b2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64eb00db\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Vehicula vero magnis nec.\",\"_id\":\"1bd7d55\"},{\"text\":\"Rerum diam nullam non.\",\"_id\":\"074c935\"},{\"text\":\"Aut cupiditate pretium corrupti.\",\"_id\":\"ffae534\"},{\"text\":\"Natus sem excepteur magnam.\",\"_id\":\"c6f3100\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1172, 195, '_elementor_page_assets', 'a:0:{}'),
(1173, 195, '_elementor_import_session_id', '66183796c7041'),
(1174, 157, '_elementor_controls_usage', 'a:9:{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:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:3;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:5;s:7:\"padding\";i:3;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:6;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:4;s:4:\"view\";i:3;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:17:\"section_style_box\";a:4:{s:8:\"position\";i:4;s:10:\"icon_space\";i:4;s:26:\"content_vertical_alignment\";i:3;s:18:\"title_bottom_space\";i:4;}s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:4;s:13:\"primary_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:7:\"_margin\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:3;s:7:\"divider\";i:1;s:13:\"divider_color\";i:1;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:3;s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:28:\"icon_typography_word_spacing\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_style_box\";a:3:{s:8:\"position\";i:1;s:11:\"image_space\";i:1;s:18:\"title_bottom_space\";i:1;}s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:1;s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:5:{s:14:\"thumbnail_size\";i:1;s:14:\"slides_to_show\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;s:10:\"navigation\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}}'),
(1175, 196, '_elementor_edit_mode', 'builder'),
(1176, 196, '_elementor_template_type', 'page'),
(1177, 196, '_elementor_version', '3.20.4'),
(1178, 196, '_elementor_pro_version', '3.20.2'),
(1179, 196, '_elementor_data', '[{\"id\":\"429453cf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fe063b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"4b462372\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5095bbae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bc24269\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"team\"},\"elements\":[{\"id\":\"54c8e681\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6937fcde\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7da94aab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15395dd9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":136,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img13.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a8eb531\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"77e913fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b9a7d3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":137,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img15.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e3d965c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"314bb96f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7de0c04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img14.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6df924af\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2ddccda0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc783bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img16.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24a4c27c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1052785c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21986f34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"468dae1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":137,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img15.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e5afb28\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"417d67d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7df59643\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":136,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img13.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1582e97\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4b261f80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79e295d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img16.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24093813\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"6890fcbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1afc065f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img14.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6bac5397\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8701e0a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a94744\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bc87997\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"7cc26bb\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1180, 196, '_elementor_page_assets', 'a:0:{}'),
(1181, 196, '_elementor_import_session_id', '66183796c7041');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1182, 159, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{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:6:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:11;s:21:\"space_between_widgets\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:9;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:4;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:28:\"css_filters_hover_css_filter\";i:8;s:28:\"css_filters_hover_brightness\";i:8;s:27:\"background_hover_transition\";i:8;s:15:\"hover_animation\";i:8;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:8;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:3:{s:10:\"icon_color\";i:8;s:18:\"icon_primary_color\";i:8;s:9:\"icon_size\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:8;s:8:\"_padding\";i:8;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:8;}}}}}'),
(1183, 197, '_elementor_edit_mode', 'builder'),
(1184, 197, '_elementor_template_type', 'page'),
(1185, 197, '_elementor_version', '3.20.4'),
(1186, 197, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1187, 197, '_elementor_data', '[{\"id\":\"5781bfaf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a16cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"74bd993\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Detail\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2180e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"108521ad\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_title\":\"team-detail\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"855282f\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"1c54ced6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"728cd89\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"63fb6c78\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":142,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img18.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"f3d8827\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5da2c92f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"\\\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\\"\",\"primary_color\":\"#FFFFFFA3\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"description_color\":\"#FBFBFB\",\"description_typography_font_weight\":\"500\",\"description_typography_font_style\":\"italic\",\"_margin\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_size\":\"h5\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\"},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"cb0ede2\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"67250d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":18,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"8fbd6f5\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"7a362752\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"14263bd\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"1a0e740f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"_inline_size_tablet\":100,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"5d2b4f1\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"260446d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Harrison Scott\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"align_tablet\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"7a693b8\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ce09002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"320e991\",\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"1491259\",\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social\":\"fa fa-github\",\"_id\":\"8206083\",\"social_icon\":{\"value\":\"fab fa-google\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social\":\"fa fa-github\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"_id\":\"5cb7115\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social\":\"fa fa-bitbucket\",\"_id\":\"dccfaf9\",\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_spacing\":{\"unit\":\"px\",\"size\":11},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_secondary_color\":\"#FFFFFF\",\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"image_border_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"abce923\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7b72c566\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quaerat expedita suspendisse asperiores repellendus saepe ultrices eget vitae facilisis cupidatat adipisicing? Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum.<\\/p><p>Lorem ipsum dolor sit amet, cons aring elit sed dllao the eimod sed dllao the eimod dolor sit am. Rem omnis placeat vulputate inventore maxime minus nec eimod sed dllao.<\\/p>\",\"align\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2883694\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"649dd8cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications:\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"1e75ea4\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a4a1176\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"# 2013 \\/ 2015\",\"description_text\":\"Harvey Mudd College (BBA) College of business, London\",\"position\":\"left\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"title_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"add7c73\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d296884\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"# 2016 \\/ 2018\",\"description_text\":\"Oxford College (Law) Business college, San Francicso\",\"position\":\"left\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"title_size\":\"h5\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"5430d7c\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5c031609\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"# 2019 \\/ 2020\",\"description_text\":\"CEO, Chief supervisor of Alfred Financial company\",\"position\":\"left\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"70d24d1\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46be19bc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"team-experience\",\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"1458ea1\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"13dee110\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"c4e09ca\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"2f27ed9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experiences:\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"b238bd7\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57e6dc89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quaerat expedita suspendisse asperiores repellendus saepe ultrices eget vitae facilisis cupidatat adipisicing? Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum dolore laboris consectetur tempore volupta.<\\/p><p>Lorem ipsum dolor sit amet, cons aring elit sed dllao the eimod sed dllao the eimod dolor sit am. Rem omnis placeat vulputate inventore maxime minus nec eimod sed dllao the eimod dolor minus nec eimod sed dllao the eimod .<\\/p>\",\"align\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"37e03e0\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cb4b8ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"de939b8\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"6587a358\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"606c2a2\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"51507d41\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Occaecat velit dis! Exercitationem, eleifend ea wisi.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"6de9337\"},{\"text\":\"Aliquam fames laoreet, sapiente beatae modi rem.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"9060b2e\"},{\"text\":\"Sem justo urna aliquam, rhoncus, libero lectus.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"c3834ad\"},{\"text\":\"Arcu donec aptent torquent eius, lacinia fugiat.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"e5e4ab1\"},{\"text\":\"Adipiscing auctor leo, adipisci etiam, similique expedita.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"52bb14e\"},{\"text\":\"Dignissimos, dolorem dolorem quod ornare fugit.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"298cf53\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_typography_typography\":\"globals\\/typography?id=ba6914a\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"45582d8\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"29f825d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"489fddd\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}]},\"elements\":[{\"id\":\"12211905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Completed Projects\",\"percent\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"inner_text\":\"\",\"bar_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=ba6914a\",\"bar_inner_typography_typography\":\"globals\\/typography?id=f95c007\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"bf54353\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7f58db58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interior Skills\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"\",\"bar_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=ba6914a\",\"bar_inner_typography_typography\":\"globals\\/typography?id=f95c007\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"f0d63e5\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"55aead0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaible & Hardworking\",\"percent\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"inner_text\":\"\",\"bar_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ba6914a\",\"bar_color\":\"globals\\/colors?id=primary\",\"bar_inner_typography_typography\":\"globals\\/typography?id=f95c007\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"5113a03\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/15\",\"pa_condition_date_range\":\"2022\\/03\\/15\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\",\"pa_condition_return_visitor\":\"return\",\"pa_condition_static_page\":\"home\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"premium_fe_disable_safari\":\"\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1188, 197, '_elementor_page_assets', 'a:0:{}'),
(1189, 197, '_elementor_import_session_id', '66183796c7041'),
(1190, 161, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:4;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:22:\"typography_line_height\";i:4;s:23:\"typography_word_spacing\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:12:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:3;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;s:27:\"background_overlay_position\";i:2;s:25:\"background_overlay_repeat\";i:2;s:23:\"background_overlay_size\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:3;s:3:\"gap\";i:5;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{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:2:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}s:21:\"section_style_caption\";a:2:{s:30:\"caption_typography_line_height\";i:1;s:31:\"caption_typography_word_spacing\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_style_icon\";a:2:{s:13:\"primary_color\";i:1;s:9:\"icon_size\";i:1;}s:17:\"section_style_box\";a:5:{s:10:\"icon_space\";i:1;s:10:\"text_align\";i:4;s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:4;s:8:\"position\";i:3;}s:21:\"section_style_content\";a:14:{s:11:\"title_color\";i:1;s:28:\"title_typography_font_family\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_font_weight\";i:4;s:31:\"title_typography_text_transform\";i:1;s:28:\"title_typography_line_height\";i:4;s:17:\"description_color\";i:1;s:34:\"description_typography_font_weight\";i:4;s:33:\"description_typography_font_style\";i:1;s:29:\"title_typography_word_spacing\";i:4;s:34:\"description_typography_line_height\";i:4;s:35:\"description_typography_word_spacing\";i:4;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:8:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;s:12:\"icon_padding\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:13:\"border_radius\";i:1;}s:20:\"section_social_hover\";a:1:{s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:6:{s:5:\"align\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:23:\"typography_word_spacing\";i:2;}s:16:\"section_drop_cap\";a:2:{s:31:\"drop_cap_typography_line_height\";i:2;s:32:\"drop_cap_typography_word_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";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:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:1;}}}}s:8:\"progress\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_progress\";a:3:{s:5:\"title\";i:3;s:7:\"percent\";i:3;s:10:\"inner_text\";i:3;}}s:5:\"style\";a:2:{s:22:\"section_progress_style\";a:1:{s:10:\"bar_height\";i:3;}s:13:\"section_title\";a:2:{s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:3;}}}}}'),
(1191, 198, '_elementor_edit_mode', 'builder'),
(1192, 198, '_elementor_template_type', 'page'),
(1193, 198, '_elementor_version', '3.20.4'),
(1194, 198, '_elementor_pro_version', '3.20.2'),
(1195, 198, '_elementor_data', '[{\"id\":\"6bfa5485\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156d9435\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"4a2abb01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Career \",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6bb723b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"17ad1256\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"vacany\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"70fa034d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"align\":\"center\"},\"elements\":[{\"id\":\"76ca6f02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Team !\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12506d8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sint nascetur facere, delectus conubia consequuntur, nonummy distinctio! Non officiis, id natus non nisl provident justo.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bcf31c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"610a1b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3414a931\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"65f30d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23079ee9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"48ec3c3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4647aee4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Time \\/ Part Time\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42fda286\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing Advisor\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"682035eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"56f9f06c\",\"elType\":\"widget\",\"settings\":{\"text\":\"APPLY NOW\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_hover_border_color\":\"#030F27\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"18\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"70a645fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1189c04e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"49121a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"39\",\"bottom\":\"39\",\"left\":\"39\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[{\"id\":\"25238862\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Time\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b093108\",\"elType\":\"widget\",\"settings\":{\"title\":\"Supervisor\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23dc2346\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48ac15f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"APPLY NOW\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_hover_border_color\":\"#030F27\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"18\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62b42e98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"75a42ab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"633d2e41\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"77b950b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"39\",\"bottom\":\"39\",\"left\":\"39\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"}},\"elements\":[{\"id\":\"5f36e087\",\"elType\":\"widget\",\"settings\":{\"title\":\"Part Time\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2999c49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Field Agent\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e10f413\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39a4965c\",\"elType\":\"widget\",\"settings\":{\"text\":\"APPLY NOW\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_hover_border_color\":\"#030F27\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"18\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"33f1a109\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1fb720\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"39056fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4901357d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Time \\/ Part Time\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"384c0be5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Receptionist\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73b1367f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f872b86\",\"elType\":\"widget\",\"settings\":{\"text\":\"APPLY NOW\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_hover_border_color\":\"#030F27\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"18\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7740dd74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"658c2bf4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"583c1b7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"4606adfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Team\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31b2e043\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Your Name*\",\"_id\":\"e8ee275\",\"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\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Your Email*\",\"_id\":\"76e5a9b\",\"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\":\"b57c008\",\"field_label\":\"Position\",\"placeholder\":\"Your Position*\",\"required\":\"true\",\"custom_id\":\"field_b57c008\",\"field_options\":\"Select | Engineer | Architech | Supervisor | \",\"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\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Enter your message\",\"_id\":\"873bc23\",\"rows\":6,\"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\":\"lg\",\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"SEND APPLICATION\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"label_typography_font_family\":\"Montserrat\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_typography_text_transform\":\"uppercase\",\"html_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"html_typography_font_family\":\"Poppins\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_weight\":\"normal\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"\",\"button_hover_color\":\"\",\"__globals__\":{\"success_message_color\":\"globals\\/colors?id=ad41708\",\"error_message_color\":\"globals\\/colors?id=ad41708\",\"inline_message_color\":\"globals\\/colors?id=ad41708\",\"field_background_color\":\"globals\\/colors?id=ad41708\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"button_background_color\":\"globals\\/colors?id=secondary\"},\"field_background_color\":\"#F8F8F8\",\"button_background_hover_color\":\"#B4260F\",\"button_hover_border_color\":\"#B4260F\",\"success_message_color\":\"#F8F8F8\",\"error_message_color\":\"#F8F8F8\",\"inline_message_color\":\"#F8F8F8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1411031b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"benefit\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"1236816a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a7cd836\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2daced87\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":100,\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"454e58a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Company Has Been Present For Over 20 Years In Interior Designing !\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"534bd2dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a43d09\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magina voluptatum doloriem! Dolores! Sociosqii commodiin nobis imperdiet lacinia? Magni! Felis, elementum nobis imperdiet lacinia nobis imperdiet lacinia commodo nobis imper lacinia nobis imperd.<\\/p><p>Aenean cras praesentium maecenas quasi? Architecto cras, iusto suspendisse lorem qui fusce. Mollit amet ullamcorper.<\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4eeb321d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21043dde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=21bfb04\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":-10,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"559391c6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Award winning\",\"description_text\":\"Lorem ipsum dolor sit amet, consec teturing.\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"normal\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-award\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_font_weight\":\"800\",\"description_typography_font_family\":\"Poppins\",\"title_size\":\"h5\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"position\":\"left\",\"secondary_color\":\"#FFFFFF\",\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4697b9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=21bfb04\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":-10,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"27d3b692\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Well allowance\",\"description_text\":\"Lorem ipsum dolor sit amet, consec teturing.\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"normal\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-hand-holding-usd\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_font_weight\":\"800\",\"description_typography_font_family\":\"Poppins\",\"title_size\":\"h5\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"position\":\"left\",\"secondary_color\":\"#FFFFFF\",\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6facd27\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"180\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"22\",\"left\":\"25\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=21bfb04\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":-10,\"color\":\"rgba(0, 0, 0, 0.1)\"}},\"elements\":[{\"id\":\"3307f4ca\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Full Insurance\",\"description_text\":\"Lorem ipsum dolor sit amet, consec teturing.\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"normal\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_font_weight\":\"800\",\"description_typography_font_family\":\"Poppins\",\"title_size\":\"h5\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"position\":\"left\",\"secondary_color\":\"#FFFFFF\",\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1196, 198, '_elementor_page_assets', 'a:0:{}'),
(1197, 198, '_elementor_import_session_id', '66183796c7041');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1198, 163, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:12;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:12;s:11:\"header_size\";i:11;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:11;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:25:\"typography_text_transform\";i:2;s:22:\"typography_line_height\";i:2;s:11:\"title_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:20;s:21:\"space_between_widgets\";i:5;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:7;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:4:{s:26:\"box_shadow_box_shadow_type\";i:6;s:21:\"box_shadow_box_shadow\";i:8;s:13:\"border_border\";i:2;s:12:\"border_width\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:9;s:7:\"padding\";i:11;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:1;s:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:2;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:3;s:3:\"gap\";i:13;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:6;s:7:\"padding\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;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:5:{s:5:\"align\";i:6;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:25:\"button_hover_border_color\";i:4;s:12:\"border_width\";i:4;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:3:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:11:\"show_labels\";i:1;}s:15:\"section_buttons\";a:1:{s:11:\"button_text\";i:1;}s:20:\"section_form_options\";a:3:{s:15:\"success_message\";i:1;s:13:\"error_message\";i:1;s:15:\"invalid_message\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_form_style\";a:10:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:31:\"label_typography_text_transform\";i:1;s:12:\"html_spacing\";i:1;s:27:\"html_typography_font_family\";i:1;s:25:\"html_typography_font_size\";i:1;}s:19:\"section_field_style\";a:5:{s:28:\"field_typography_font_family\";i:1;s:26:\"field_typography_font_size\";i:1;s:28:\"field_typography_font_weight\";i:1;s:18:\"field_border_width\";i:1;s:22:\"field_background_color\";i:1;}s:20:\"section_button_style\";a:10:{s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:19:\"button_border_width\";i:1;s:17:\"button_text_color\";i:1;s:18:\"button_hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;}s:22:\"section_messages_style\";a:3:{s:21:\"success_message_color\";i:1;s:19:\"error_message_color\";i:1;s:20:\"inline_message_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:4:{s:10:\"icon_space\";i:3;s:18:\"title_bottom_space\";i:3;s:8:\"position\";i:3;s:26:\"content_vertical_alignment\";i:3;}s:21:\"section_style_content\";a:6:{s:26:\"title_typography_font_size\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:28:\"title_typography_font_weight\";i:3;s:34:\"description_typography_font_family\";i:3;s:34:\"description_typography_line_height\";i:3;}s:18:\"section_style_icon\";a:4:{s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:12:\"border_width\";i:3;s:15:\"secondary_color\";i:3;}}}}}'),
(1199, 199, '_elementor_edit_mode', 'builder'),
(1200, 199, '_elementor_template_type', 'page'),
(1201, 199, '_elementor_version', '3.20.4'),
(1202, 199, '_elementor_pro_version', '3.20.2'),
(1203, 199, '_elementor_data', '[{\"id\":\"26a7af1d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18cd3608\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"6fe5f7df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Career Details\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6111e70f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"336677a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"career-detail\",\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.15,\"sizes\":[]},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"10421850\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7b6919e4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"595221a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"17\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"53b45983\",\"elType\":\"widget\",\"settings\":{\"title\":\"How To Apply?\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_background_background\":\"classic\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13504b5a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nunc expedita montes minima.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"6de9337\"},{\"text\":\"Animi atque ornare iaculis.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"9060b2e\"},{\"text\":\"Sociosqu scelerisque adipisci.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"c3834ad\"},{\"text\":\"Purus eveniet incidi dunt.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"3deb823\"},{\"text\":\"Animi atque ornare iaculis.\",\"selected_icon\":{\"value\":\"icon icon-checked1\",\"library\":\"ekiticons\"},\"_id\":\"1a6b5fe\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12a09c05\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"14c6b10a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"244da33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_background_background\":\"classic\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14aed981\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When the Announcements?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"0348e40\"},{\"tab_title\":\"Can I Apply After Rejection?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"ba26de5\"},{\"tab_title\":\"Where to Interview?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"7f7fc20\"}],\"selected_icon\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-angle-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_background\":\"#FFFFFF\",\"title_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"faq_schema\":\"yes\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"content_background_color\":\"#FFFFFF\",\"__globals__\":{\"tab_active_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=ba6914a\",\"content_background_color\":\"globals\\/colors?id=21bfb04\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"title_color\":\"globals\\/colors?id=e5e9561\"},\"title_html_tag\":\"h5\",\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b9eaa84\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"57eb2b94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":18,\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"46fecf78\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-file-invoice\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"secondary_color\":\"#FFFFFF\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=f06adda\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4280c47a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us your C.V.\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a725a71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Do you want to work with us? Please, send your CV to <a href=\\\"#\\\">domain123@gmail.com<\\/a><\\/p>\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53be0e4e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"OR\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=92b0a2d\",\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"245bf635\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_hover_border_color\":\"#030F27\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"25\",\"bottom\":\"18\",\"left\":\"25\",\"isLinked\":false},\"align_mobile\":\"center\",\"align_tablet\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"13ed7c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"778ab50a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"20\",\"left\":\"22\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"10\",\"bottom\":\"8\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6714b656\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFFA8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"21\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a2eb0b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Post :\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d00136\",\"elType\":\"widget\",\"settings\":{\"title\":\"Decorater\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"717a5733\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFFA8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"15\",\"bottom\":\"21\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"475bd5b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Time :\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b5278d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Time\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1176bb7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFFA8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"15\",\"bottom\":\"21\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c4ee5ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Salary :\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"503b8ce7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Negotaible\",\"header_size\":\"h6\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"16c5bfe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFFA8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb39c4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"No. of Vacancy :\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\",\"typography_typography\":\"globals\\/typography?id=f95c007\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5eebd3bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"8\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ae32ce5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":153,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img21.jpg\"},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65932aa1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Job Description\",\"tab_content\":\"<p>Reprehenderit hic bibendum repellendus, repellat auctor! Integer temporibus, facilisis iaculis alias senectus, non quam molestiae incidunt cubilia, fuga? Quasi natoque dicta a fuga dapibus dolore molestie sociis erat, convallis quibusdam possimus semper nonummy mattis, quasi.<\\/p><p>Autem nec quaerat cubilia magnam eu mauris hic hac nisi eos nobis officiis corrupti consequuntur molestie urna volutpat! Quos diamlorem convallis vestibulum doloremque iste facilisi.<\\/p><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.<\\/li><li>Netus donec justo mauris etiam velit.<\\/li><li>Quis dolorum habitasse accusantium hic consequat.<\\/li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.<\\/li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.<\\/li><li>Lobortis facere accusamus nemo, ipsum ad morbi.<\\/li><li>Netus donec justo mauris etiam velit.<\\/li><li>Quis dolorum habitasse accusantium hic consequat.<\\/li><\\/ul>\",\"_id\":\"57e6771\"},{\"tab_title\":\"Experience & Overview\",\"tab_content\":\"<h6><strong>#OVERVIEW<\\/strong><\\/h6><p>Reprehenderit hic bibendum repellendus, repellat auctor! Integer temporibus, facilisis iaculis alias senectus, non quam molestiae incidunt cubilia, fuga? Quasi natoque dicta a fuga dapibus dolore molestie sociis erat, convallis quibusdam possimus semper nonummy mattis, quasi.<\\/p><h6>\\u00a0<\\/h6><h6><strong>#EXPERIENCE<\\/strong><\\/h6><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.<\\/li><li>Netus donec justo mauris etiam velit.<\\/li><li>Quis dolorum habitasse accusantium hic consequat.<\\/li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.<\\/li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.<\\/li><\\/ul>\",\"_id\":\"9828de9\"},{\"tab_title\":\"Requirement\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Venenatis cupidatat rem sociosqu platea. Earum felis consequatur adipisci minus viverra, nullam molestias nibh conubia.<\\/p><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.<\\/li><li>Netus donec justo mauris etiam velit.<\\/li><li>Quis dolorum habitasse accusantium hic consequat.<\\/li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.<\\/li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.<\\/li><\\/ul>\",\"_id\":\"7ed8416\"}],\"border_color\":\"#D9D9D9\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"tab_active_color\":\"\",\"tab_typography_typography\":\"globals\\/typography?id=92b0a2d\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"border_color\":\"globals\\/colors?id=57a29b1\",\"background_color\":\"globals\\/colors?id=21bfb04\",\"tab_color\":\"globals\\/colors?id=e5e9561\"},\"tab_color\":\"#151515\"},\"elements\":[],\"widgetType\":\"tabs\"}],\"isInner\":false}],\"isInner\":false}]'),
(1204, 199, '_elementor_page_assets', 'a:0:{}'),
(1205, 199, '_elementor_import_session_id', '66183796c7041'),
(1206, 165, '_elementor_controls_usage', 'a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:12;s:11:\"header_size\";i:11;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:12;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:7;s:25:\"typography_text_transform\";i:7;s:22:\"typography_line_height\";i:7;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:2;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:11;s:21:\"space_between_widgets\";i:5;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:3:{s:12:\"border_width\";i:7;s:13:\"border_border\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:8;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:2;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:5;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:2:{s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;}s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"toggle\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:5:{s:4:\"tabs\";i:1;s:13:\"selected_icon\";i:1;s:20:\"selected_active_icon\";i:1;s:10:\"faq_schema\";i:1;s:14:\"title_html_tag\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_toggle_style\";a:4:{s:12:\"border_width\";i:1;s:13:\"space_between\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:26:\"section_toggle_style_title\";a:3:{s:16:\"title_background\";i:1;s:13:\"title_padding\";i:1;s:11:\"title_color\";i:1;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:1;}s:28:\"section_toggle_style_content\";a:2:{s:15:\"content_padding\";i:1;s:24:\"content_background_color\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:1;s:4:\"view\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:15:\"secondary_color\";i:1;}}}}s:11:\"text-editor\";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_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:1;s:5:\"align\";i:1;s:4:\"look\";i:1;s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:3:\"gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"button_hover_border_color\";i:1;s:12:\"border_width\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}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:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:4:\"tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_tabs\";a:1:{s:4:\"tabs\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_tabs_style\";a:3:{s:12:\"border_color\";i:1;s:16:\"background_color\";i:1;s:9:\"tab_color\";i:1;}}}}}'),
(1207, 200, '_elementor_edit_mode', 'builder'),
(1208, 200, '_elementor_template_type', 'page'),
(1209, 200, '_elementor_version', '3.20.4'),
(1210, 200, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1211, 200, '_elementor_data', '[{\"id\":\"6dd445c7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75747192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"7df37177\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faq\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"27d7cd86\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"62508df3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"details\"},\"elements\":[{\"id\":\"664bd4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":18,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"113ca738\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7699edb\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38edc6c1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How We Became Best Among Others?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"0348e40\"},{\"tab_title\":\"Why Choose Us For Your Projects?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"ba26de5\"},{\"tab_title\":\"What We Offer To You?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"7f7fc20\"},{\"tab_title\":\"How We Provide Services For You?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"27dee53\"},{\"tab_title\":\"Are We Affordable To Hire?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"334d6cc\"}],\"selected_icon\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-angle-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"faq_schema\":\"yes\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"content_background_color\":\"#FFFFFF\",\"__globals__\":{\"tab_active_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=92b0a2d\",\"content_background_color\":\"globals\\/colors?id=21bfb04\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"title_color\":\"globals\\/colors?id=e5e9561\",\"title_background\":\"globals\\/colors?id=21bfb04\"},\"title_html_tag\":\"h5\",\"title_color\":\"#333333\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false},{\"id\":\"32b17903\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7ddfb22d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7f7ed545\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_position_tablet\":\"center right\",\"background_overlay_repeat_tablet\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"},\"box_shadow_box_shadow_type\":\"yes\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"40d328c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Any Questions? Ask Us!!\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=21bfb04\"},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74f79de2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FAQ Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Your Name*\",\"_id\":\"e8ee275\",\"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\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Your Email*\",\"_id\":\"76e5a9b\",\"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\":\"b57c008\",\"field_label\":\"Mobile Number\",\"placeholder\":\"Mobile Number\",\"custom_id\":\"field_b57c008\",\"field_options\":\"Select | Engineer | Architech | Supervisor | \",\"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\":\"number\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Enter your message*\",\"_id\":\"873bc23\",\"rows\":6,\"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\":\"\",\"required\":\"true\"}],\"input_size\":\"lg\",\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"SUBMIT QUESTIONS\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"label_typography_font_family\":\"Montserrat\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_typography_text_transform\":\"uppercase\",\"html_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"html_typography_font_family\":\"Poppins\",\"html_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"field_typography_font_weight\":\"normal\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"\",\"button_hover_color\":\"\",\"__globals__\":{\"success_message_color\":\"globals\\/colors?id=ad41708\",\"error_message_color\":\"globals\\/colors?id=ad41708\",\"inline_message_color\":\"globals\\/colors?id=ad41708\",\"field_background_color\":\"globals\\/colors?id=ad41708\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"button_background_color\":\"globals\\/colors?id=secondary\"},\"button_align\":\"start\",\"field_background_color\":\"#F8F8F8\",\"button_background_hover_color\":\"#B4260F\",\"button_hover_border_color\":\"#B4260F\",\"success_message_color\":\"#F8F8F8\",\"error_message_color\":\"#F8F8F8\",\"inline_message_color\":\"#F8F8F8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c382b92\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"details\"},\"elements\":[{\"id\":\"2469ba37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"32e5bfe8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img7.jpg\"},\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"31307cb6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"title_text\":\"Give Us A Chance To Prove It!\",\"description_text\":\"\\\"ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Nam cumque odit, wisi dicta.\\\"\",\"primary_color\":\"#FFFFFFA3\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_size\":\"h5\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"description_typography_typography\":\"\",\"description_color\":\"globals\\/colors?id=ad41708\"},\"description_typography_font_family\":\"Prompt\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_background_color\":\"#F42478\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"5ffa09bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"space_between_widgets\":18,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"74\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55001fc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits & What We Do?\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4efbce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5de6dfa6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"We Manage Everything You Can Think Of !\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"ba26de5\"},{\"tab_title\":\"We Makes Your Agency Project Special.\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"0348e40\"},{\"tab_title\":\"We Guarantee Success With Our Project.\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"7f7fc20\"},{\"tab_title\":\"We Help You To Implement Any Project.\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"27dee53\"},{\"tab_title\":\"We Make Possible To Work In A Tight Timeframe.\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"334d6cc\"}],\"selected_icon\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-angle-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"faq_schema\":\"yes\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":13,\"spread\":-4,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"content_background_color\":\"#FFFFFF\",\"__globals__\":{\"tab_active_color\":\"\",\"content_typography_typography\":\"globals\\/typography?id=f500460\",\"title_typography_typography\":\"globals\\/typography?id=92b0a2d\",\"content_background_color\":\"globals\\/colors?id=21bfb04\",\"title_color\":\"globals\\/colors?id=e5e9561\",\"title_background\":\"globals\\/colors?id=21bfb04\"},\"title_html_tag\":\"h5\",\"title_color\":\"#333333\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false}]'),
(1212, 200, '_elementor_page_assets', 'a:0:{}'),
(1213, 200, '_elementor_import_session_id', '66183796c7041'),
(1214, 167, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;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:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:5:\"align\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:2;s:22:\"typography_line_height\";i:4;s:23:\"typography_word_spacing\";i:2;s:11:\"title_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:7;s:21:\"space_between_widgets\";i:3;s:16:\"content_position\";i:2;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:8:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;s:16:\"background_image\";i:1;}s:14:\"section_border\";a:2:{s:21:\"box_shadow_box_shadow\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:3;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:3;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;s:27:\"background_overlay_position\";i:2;s:25:\"background_overlay_repeat\";i:2;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:3;s:3:\"gap\";i:3;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;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:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"toggle\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:5:{s:4:\"tabs\";i:2;s:13:\"selected_icon\";i:2;s:20:\"selected_active_icon\";i:2;s:10:\"faq_schema\";i:2;s:14:\"title_html_tag\";i:2;}}s:5:\"style\";a:4:{s:20:\"section_toggle_style\";a:4:{s:12:\"border_width\";i:2;s:13:\"space_between\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}s:26:\"section_toggle_style_title\";a:2:{s:13:\"title_padding\";i:2;s:11:\"title_color\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:2:{s:15:\"content_padding\";i:2;s:24:\"content_background_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;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:11:\"show_labels\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_text\";i:1;s:12:\"button_align\";i:1;}s:20:\"section_form_options\";a:3:{s:15:\"success_message\";i:1;s:13:\"error_message\";i:1;s:15:\"invalid_message\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_form_style\";a:10:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:31:\"label_typography_text_transform\";i:1;s:12:\"html_spacing\";i:1;s:27:\"html_typography_font_family\";i:1;s:25:\"html_typography_font_size\";i:1;}s:19:\"section_field_style\";a:5:{s:28:\"field_typography_font_family\";i:1;s:26:\"field_typography_font_size\";i:1;s:28:\"field_typography_font_weight\";i:1;s:18:\"field_border_width\";i:1;s:22:\"field_background_color\";i:1;}s:20:\"section_button_style\";a:10:{s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:19:\"button_border_width\";i:1;s:17:\"button_text_color\";i:1;s:18:\"button_hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;}s:22:\"section_messages_style\";a:3:{s:21:\"success_message_color\";i:1;s:19:\"error_message_color\";i:1;s:20:\"inline_message_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{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:5:\"width\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_style_icon\";a:2:{s:13:\"primary_color\";i:1;s:9:\"icon_size\";i:1;}s:17:\"section_style_box\";a:4:{s:10:\"icon_space\";i:1;s:10:\"text_align\";i:1;s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;}s:21:\"section_style_content\";a:10:{s:11:\"title_color\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:28:\"title_typography_line_height\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:34:\"description_typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),
(1215, 201, '_elementor_edit_mode', 'builder'),
(1216, 201, '_elementor_template_type', 'page'),
(1217, 201, '_elementor_version', '3.20.4'),
(1218, 201, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1219, 201, '_elementor_data', '[{\"id\":\"5e8a2514\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48957275\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"686dc3af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonial\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25129053\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"684a4cab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"testimonial\"},\"elements\":[{\"id\":\"3bc4d490\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ce67762\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6e98c8cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"91b4fe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2761cc6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"1fdf5918\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":140,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img17.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"c189ac8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a9f248f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"199037b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"5b21371b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6885bbb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"338950ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":142,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img18.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3ec9e025\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78f5324d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"277ecc78\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40fc255e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"7ba574be\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2071fe1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"6c5667f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":141,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img19.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"434aae8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4289f995\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ca74aea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"126fa50f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"47d9d353\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"fe584ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":140,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img17.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e3505ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a5b335a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c8e7c60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"65055c13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"6dbf504c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"698e42e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"4e999362\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":142,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img18.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"573f5d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfca3a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"775e4a64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"30be2d91\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"68d48b21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40},\"elements\":[{\"id\":\"7379e4d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":141,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img19.jpg\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26e776ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43ac6c49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\\\"<\\/p>\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1220, 201, '_elementor_page_assets', 'a:0:{}'),
(1221, 201, '_elementor_import_session_id', '66183796c7041'),
(1222, 169, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{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:6:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:21;s:16:\"content_position\";i:6;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:7;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:6;s:21:\"box_shadow_box_shadow\";i:6;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:13;s:7:\"padding\";i:6;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:11;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:19:\"image_border_border\";i:6;s:18:\"image_border_width\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:6;}}}}}'),
(1223, 202, '_elementor_edit_mode', 'builder'),
(1224, 202, '_elementor_template_type', 'page'),
(1225, 202, '_elementor_version', '3.20.4'),
(1226, 202, '_elementor_pro_version', '3.20.2'),
(1227, 202, '_elementor_data', '[{\"id\":\"1a46600e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1336d1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"77ac4d50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"141538f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5770440b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"63b5516\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"553e1dc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch & Contact For More Information !\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb4e0bb\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos. Ac laborum quidem odio dolor.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13749683\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us On :\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a6decd7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0b49cc9\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a25a3fe\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"9d7eea6\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"43da43a\"},{\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"_id\":\"63825fe\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=primary\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"222e2a2f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5584d791\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"186d87e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"San Francisco\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cab480e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7347f512\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a4295b2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24th Street, USA\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"9e65fd6\"},{\"text\":\"+(99) 987-654-321\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0151f52\"},{\"text\":\"info@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"74ecdd2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=ba6914a\",\"text_color\":\"globals\\/colors?id=secondary\",\"text_color_hover\":\"globals\\/colors?id=primary\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3f75d521\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"123839ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Los Angeles\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ceeab4f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2c66caa5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2b9ac6d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"12th Rock Street, LA\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"9e65fd6\"},{\"text\":\"+(99) 321-654-987\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0151f52\"},{\"text\":\"abc@company.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"74ecdd2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=ba6914a\",\"text_color\":\"globals\\/colors?id=secondary\",\"text_color_hover\":\"globals\\/colors?id=primary\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6a6a2ada\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[{\"id\":\"4e9adf32\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Your Name..\",\"dynamic\":{\"active\":true},\"_id\":\"ea7b352\",\"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\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Your Email..\",\"_id\":\"4dc9b87\",\"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_2533726\",\"field_type\":\"number\",\"required\":\"true\",\"field_label\":\"Number\",\"placeholder\":\"Phone Number\",\"_id\":\"2533726\",\"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\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Enter Your Message..\",\"_id\":\"5cf7c1f\",\"rows\":7,\"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\":\"\"}],\"show_labels\":\"\",\"button_width\":\"50\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"SUBMIT MESSAGE\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"field_background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cec0d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"3a62e0d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10513da9\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),
(1228, 202, '_elementor_page_assets', 'a:0:{}'),
(1229, 202, '_elementor_import_session_id', '66183796c7041'),
(1230, 171, '_elementor_controls_usage', 'a:9:{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:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:2;s:23:\"typography_word_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:16:\"content_position\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:4;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:3;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"_title\";i:1;s:3:\"gap\";i:4;s:6:\"height\";i:1;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{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:1:{s:20:\"section_social_style\";a:4:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:13:\"border_radius\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:4:\"text\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:2;}s:18:\"section_icon_style\";a:1:{s:11:\"text_indent\";i:2;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:2:{s:11:\"form_fields\";i:1;s:11:\"show_labels\";i:1;}s:15:\"section_buttons\";a:2:{s:12:\"button_width\";i:1;s:11:\"button_text\";i:1;}s:20:\"section_form_options\";a:3:{s:15:\"success_message\";i:1;s:13:\"error_message\";i:1;s:15:\"invalid_message\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_form_style\";a:1:{s:7:\"row_gap\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:1:{s:7:\"address\";i:1;}}}}}'),
(1231, 203, '_elementor_edit_mode', 'builder'),
(1232, 203, '_elementor_template_type', 'error-404'),
(1233, 203, '_elementor_version', '3.20.4'),
(1234, 203, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1235, 203, '_elementor_data', '[{\"id\":\"3b1bbd7c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[{\"id\":\"514dac05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"6eca82c3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"2e5d046f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c2fd0d9\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":500},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"_timestamp_\":\"v1M3VsZFBTM3oyc3ZzczhTUkMxTkptQT09\",\"gap\":\"no\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"404-page\",\"background_overlay_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"121\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"60e1e545\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38859311\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=317d263\",\"title_color\":\"globals\\/colors?id=57a29b1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32479be7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oops! That page can\'t be found\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61b6b002\",\"elType\":\"widget\",\"settings\":{\"title\":\"It looks like nothing was found at this location. Maybe try one of the links below or a search?\",\"header_size\":\"h6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"normal\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38805eb0\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"border_radius\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"input_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=accent\",\"button_background_color_hover\":\"globals\\/colors?id=fc28385\",\"input_background_color\":\"globals\\/colors?id=ad41708\",\"input_border_color_focus\":\"globals\\/colors?id=08fcc9d\",\"button_text_color\":\"globals\\/colors?id=21bfb04\",\"button_text_color_hover\":\"globals\\/colors?id=21bfb04\",\"input_typography_typography\":\"globals\\/typography?id=f500460\"},\"input_border_color\":\"#F94C3024\",\"button_background_color\":\"#F94C30\",\"button_background_color_hover\":\"#B4260F\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Rubik\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"input_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"normal\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"input_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"input_background_color\":\"#F8F8F8\",\"input_border_color_focus\":\"#787878\",\"button_text_color\":\"#FFFFFF\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false}],\"isInner\":false}]'),
(1236, 203, '_elementor_page_assets', 'a:0:{}'),
(1237, 203, '_elementor_import_session_id', '66183796c7041'),
(1238, 173, '_elementor_controls_usage', 'a:5:{s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:11:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:2;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"_title\";i:2;s:3:\"gap\";i:2;s:6:\"height\";i:1;s:16:\"content_position\";i:2;s:13:\"custom_height\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;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:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"search-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:19:\"section_input_style\";a:11:{s:13:\"border_radius\";i:1;s:19:\"button_border_width\";i:1;s:18:\"input_border_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:29:\"input_typography_word_spacing\";i:1;s:22:\"input_background_color\";i:1;s:24:\"input_border_color_focus\";i:1;}s:20:\"section_button_style\";a:4:{s:23:\"button_background_color\";i:1;s:29:\"button_background_color_hover\";i:1;s:17:\"button_text_color\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}}'),
(1239, 204, '_elementor_edit_mode', 'builder'),
(1240, 204, '_elementor_template_type', 'search-results'),
(1241, 204, '_elementor_version', '3.20.4'),
(1242, 204, '_elementor_pro_version', '3.20.2'),
(1243, 204, '_elementor_data', '[{\"id\":\"165c0c0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"384cd9f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"19f1a3e8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"archive-title\\\" settings=\\\"%7B%22include_context%22%3A%22yes%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-archive-title\"}],\"isInner\":false},{\"id\":\"adff668\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bdb22c1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":\"1\"},\"_title\":\"Search results\",\"_timestamp_\":\"v1M3VsZFBTM3oyc3ZzczhTUkMxTkptQT09\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1b855124\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"5682bd6b\",\"elType\":\"widget\",\"settings\":{\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_item_ratio\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]},\"archive_classic_title_tag\":\"h5\",\"archive_classic_meta_data\":[\"author\",\"date\",\"comments\"],\"archive_classic_meta_separator\":\"|\",\"archive_classic_read_more_text\":\"READ MORE..\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"archive_classic_column_gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"archive_classic_row_gap\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"archive_classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"archive_classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_page_limit\":\"12\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\",\"nothing_found_typography_font_family\":\"Poppins\",\"nothing_found_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"nothing_found_typography_font_weight\":\"normal\",\"nothing_found_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"__globals__\":{\"archive_classic_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"archive_classic_meta_typography_typography\":\"\",\"archive_classic_meta_color\":\"globals\\/colors?id=d345fd2\",\"archive_classic_meta_separator_color\":\"globals\\/colors?id=57a29b1\",\"archive_classic_read_more_typography_typography\":\"globals\\/typography?id=ba6914a\",\"archive_classic_excerpt_typography_typography\":\"globals\\/typography?id=f500460\",\"archive_classic_read_more_color\":\"globals\\/colors?id=accent\",\"archive_classic_excerpt_color\":\"globals\\/colors?id=text\",\"archive_classic_title_color\":\"globals\\/colors?id=e5e9561\",\"pagination_color\":\"globals\\/colors?id=text\",\"pagination_hover_color\":\"globals\\/colors?id=fc28385\",\"pagination_active_color\":\"globals\\/colors?id=fc28385\",\"pagination_typography_typography\":\"globals\\/typography?id=f500460\"},\"archive_classic_image_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"archive_classic_thumbnail\":\"none\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"archive_classic_title_color\":\"#292929\",\"archive_classic_meta_separator_color\":\"#D9D9D9\",\"archive_classic_read_more_color\":\"#F94C30\",\"pagination_color\":\"#747DA1\",\"pagination_hover_color\":\"#B4260F\",\"pagination_active_color\":\"#B4260F\",\"archive_classic_title_typography_typography\":\"custom\",\"archive_classic_title_typography_font_family\":\"Poppins\",\"archive_classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"archive_classic_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"archive_classic_title_typography_font_weight\":\"600\",\"archive_classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"archive_classic_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_meta_color\":\"#A7A7A7\",\"archive_classic_meta_typography_font_family\":\"Poppins\",\"archive_classic_meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"archive_classic_meta_typography_font_weight\":\"600\",\"archive_classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"archive_classic_meta_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_excerpt_color\":\"#747DA1\",\"archive_classic_excerpt_typography_typography\":\"custom\",\"archive_classic_excerpt_typography_font_family\":\"Rubik\",\"archive_classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"archive_classic_excerpt_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"archive_classic_excerpt_typography_font_weight\":\"normal\",\"archive_classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"archive_classic_excerpt_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"archive_classic_read_more_typography_typography\":\"custom\",\"archive_classic_read_more_typography_font_family\":\"Poppins\",\"archive_classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"archive_classic_read_more_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"archive_classic_read_more_typography_font_weight\":\"500\",\"archive_classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"archive_classic_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Rubik\",\"pagination_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"pagination_typography_font_weight\":\"normal\",\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"485e0f97\",\"elType\":\"section\",\"settings\":{\"_title\":\"Form\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"_timestamp_\":\"v1M3VsZFBTM3oyc3ZzczhTUkMxTkptQT09\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.08,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"}},\"elements\":[{\"id\":\"2e4d2465\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":18,\"align\":\"center\"},\"elements\":[{\"id\":\"62b9307b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Search Again If Not Found !!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b47fd86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sint nascetur facere, delectus conubia consequuntur, nonummy distinctio! Non officiis, id natus non nisl provident justo.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fa160f9\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search\",\"button_text\":\"Search\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=57a29b1\",\"button_background_color\":\"globals\\/colors?id=accent\",\"button_background_color_hover\":\"globals\\/colors?id=fc28385\",\"input_background_color\":\"globals\\/colors?id=ad41708\",\"input_border_color_focus\":\"globals\\/colors?id=08fcc9d\",\"button_text_color\":\"globals\\/colors?id=21bfb04\",\"button_text_color_hover\":\"globals\\/colors?id=21bfb04\",\"input_typography_typography\":\"globals\\/typography?id=f500460\",\"input_text_color\":\"globals\\/colors?id=text\"},\"button_background_color\":\"#1D274E\",\"button_background_color_hover\":\"#B4260F\",\"input_border_color_focus\":\"#787878\",\"button_text_color\":\"#FFFFFF\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"200\",\"isLinked\":false},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Rubik\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"input_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"normal\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"input_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"input_text_color\":\"#747DA1\",\"input_border_color\":\"#1D274E\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),
(1244, 204, '_elementor_page_assets', 'a:0:{}'),
(1245, 204, '_elementor_import_session_id', '66183796c7041'),
(1246, 175, '_elementor_controls_usage', 'a:7:{s:19:\"theme-archive-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;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:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:2;s:26:\"background_overlay_opacity\";i:2;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:3;s:3:\"gap\";i:3;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;}}}}s:13:\"archive-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:7:{s:35:\"archive_classic_thumbnail_size_size\";i:1;s:26:\"archive_classic_item_ratio\";i:1;s:25:\"archive_classic_title_tag\";i:1;s:25:\"archive_classic_meta_data\";i:1;s:30:\"archive_classic_meta_separator\";i:1;s:30:\"archive_classic_read_more_text\";i:1;s:25:\"archive_classic_thumbnail\";i:1;}s:18:\"section_pagination\";a:2:{s:15:\"pagination_type\";i:1;s:21:\"pagination_page_limit\";i:1;}s:16:\"section_advanced\";a:1:{s:21:\"nothing_found_message\";i:1;}}s:5:\"style\";a:5:{s:37:\"archive_classic_section_design_layout\";a:2:{s:26:\"archive_classic_column_gap\";i:1;s:23:\"archive_classic_row_gap\";i:1;}s:38:\"archive_classic_section_design_content\";a:30:{s:29:\"archive_classic_title_spacing\";i:1;s:31:\"archive_classic_excerpt_spacing\";i:1;s:27:\"archive_classic_title_color\";i:1;s:36:\"archive_classic_meta_separator_color\";i:1;s:31:\"archive_classic_read_more_color\";i:1;s:43:\"archive_classic_title_typography_typography\";i:1;s:44:\"archive_classic_title_typography_font_family\";i:1;s:42:\"archive_classic_title_typography_font_size\";i:1;s:44:\"archive_classic_title_typography_font_weight\";i:1;s:44:\"archive_classic_title_typography_line_height\";i:1;s:45:\"archive_classic_title_typography_word_spacing\";i:1;s:26:\"archive_classic_meta_color\";i:1;s:43:\"archive_classic_meta_typography_font_family\";i:1;s:41:\"archive_classic_meta_typography_font_size\";i:1;s:43:\"archive_classic_meta_typography_font_weight\";i:1;s:43:\"archive_classic_meta_typography_line_height\";i:1;s:44:\"archive_classic_meta_typography_word_spacing\";i:1;s:29:\"archive_classic_excerpt_color\";i:1;s:45:\"archive_classic_excerpt_typography_typography\";i:1;s:46:\"archive_classic_excerpt_typography_font_family\";i:1;s:44:\"archive_classic_excerpt_typography_font_size\";i:1;s:46:\"archive_classic_excerpt_typography_font_weight\";i:1;s:46:\"archive_classic_excerpt_typography_line_height\";i:1;s:47:\"archive_classic_excerpt_typography_word_spacing\";i:1;s:47:\"archive_classic_read_more_typography_typography\";i:1;s:48:\"archive_classic_read_more_typography_font_family\";i:1;s:46:\"archive_classic_read_more_typography_font_size\";i:1;s:48:\"archive_classic_read_more_typography_font_weight\";i:1;s:48:\"archive_classic_read_more_typography_line_height\";i:1;s:49:\"archive_classic_read_more_typography_word_spacing\";i:1;}s:27:\"section_nothing_found_style\";a:4:{s:36:\"nothing_found_typography_font_family\";i:1;s:34:\"nothing_found_typography_font_size\";i:1;s:36:\"nothing_found_typography_font_weight\";i:1;s:36:\"nothing_found_typography_line_height\";i:1;}s:36:\"archive_classic_section_design_image\";a:1:{s:29:\"archive_classic_image_spacing\";i:1;}s:24:\"section_pagination_style\";a:11:{s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;s:16:\"pagination_color\";i:1;s:22:\"pagination_hover_color\";i:1;s:23:\"pagination_active_color\";i:1;s:32:\"pagination_typography_typography\";i:1;s:33:\"pagination_typography_font_family\";i:1;s:31:\"pagination_typography_font_size\";i:1;s:33:\"pagination_typography_font_weight\";i:1;s:33:\"pagination_typography_line_height\";i:1;s:34:\"pagination_typography_word_spacing\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;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:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"search-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"search_content\";a:1:{s:11:\"placeholder\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_input_style\";a:11:{s:19:\"button_border_width\";i:1;s:13:\"border_radius\";i:1;s:24:\"input_border_color_focus\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:29:\"input_typography_word_spacing\";i:1;s:16:\"input_text_color\";i:1;s:18:\"input_border_color\";i:1;}s:20:\"section_button_style\";a:4:{s:23:\"button_background_color\";i:1;s:29:\"button_background_color_hover\";i:1;s:17:\"button_text_color\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(1247, 205, '_elementor_edit_mode', 'builder'),
(1248, 205, '_elementor_template_type', 'page'),
(1249, 205, '_elementor_version', '3.20.4'),
(1250, 205, '_elementor_pro_version', '3.20.2'),
(1251, 205, '_elementor_data', '[{\"id\":\"ac5bcbd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d074867\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"45064a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"My account\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4e33ac46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ac0286\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"my account\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"d55f212\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[{\"id\":\"2ccdcb6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"04031ed\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1252, 205, '_elementor_page_assets', 'a:0:{}'),
(1253, 205, '_elementor_import_session_id', '66183796c7041'),
(1254, 177, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{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:6:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:2;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}}'),
(1255, 206, '_elementor_edit_mode', 'builder'),
(1256, 206, '_elementor_template_type', 'page'),
(1257, 206, '_elementor_version', '3.20.4'),
(1258, 206, '_elementor_pro_version', '3.20.2');
INSERT INTO `wpld_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1259, 206, '_elementor_data', '[{\"id\":\"68d96b8b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5516ada2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"13dce6e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cart\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6d169f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"253e1281\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"cart\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"1b82cf2\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[{\"id\":\"f6a12c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2901e32\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1260, 206, '_elementor_page_assets', 'a:0:{}'),
(1261, 206, '_elementor_import_session_id', '66183796c7041'),
(1262, 179, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{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:6:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:2;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}}'),
(1263, 207, '_elementor_edit_mode', 'builder'),
(1264, 207, '_elementor_template_type', 'page'),
(1265, 207, '_elementor_version', '3.20.4'),
(1266, 207, '_elementor_pro_version', '3.20.2'),
(1267, 207, '_elementor_data', '[{\"id\":\"5cd01136\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":153,\"url\":\"https:\\/\\/facilityprodutos.com.br\\/2024\\/wp-content\\/uploads\\/2024\\/04\\/img21.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"content_position\":\"bottom\",\"overflow\":\"hidden\",\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"15\",\"bottom\":\"70\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=e5e9561\"},\"gap\":\"no\",\"_title\":\"coming-soon\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]}},\"elements\":[{\"id\":\"5b76f0a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1a131b4a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"5a57e6a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2719baf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are coming soon !!\",\"align\":\"center\",\"typography_font_family\":\"Karla\",\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"49\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"44\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"37\"},\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3170bb19\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"5\"},\"width\":{\"unit\":\"%\",\"size\":\"8\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"text\":\"Divider\",\"width_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a610f89\",\"elType\":\"widget\",\"settings\":{\"title\":\"SOMETHING AWESOME IS IN THE WORKS.\",\"header_size\":\"h6\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36a4c334\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a07c614\",\"elType\":\"widget\",\"settings\":{\"label_days\":\"Days\",\"label_hours\":\"Hours\",\"label_minutes\":\"Minutes\",\"label_seconds\":\"Seconds\",\"container_width\":{\"unit\":\"%\",\"size\":60},\"container_width_tablet\":{\"unit\":\"px\",\"size\":\"540\"},\"due_date\":\"2020-10-01 09:21\",\"countdown_type\":\"evergreen\",\"evergreen_counter_hours\":1500,\"box_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"digits_typography_typography\":\"globals\\/typography?id=secondary\",\"label_typography_typography\":\"globals\\/typography?id=f95c007\",\"box_background_color\":\"globals\\/colors?id=secondary\"},\"expire_actions\":[],\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_spacing_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"7\",\"bottom\":\"18\",\"left\":\"7\",\"isLinked\":false},\"box_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"box_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"countdown\"},{\"id\":\"753f77f6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ab7cf2d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1f88363f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"58372134\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(+984) 256 897 21\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"21ffb18\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope-open-text\",\"library\":\"fa-solid\"},\"_id\":\"ab8f720\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"San Francisco, USA\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"e9ea6f9\"}],\"icon_align_tablet\":\"center\",\"icon_color\":\"#FD5D14\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=21bfb04\",\"text_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5e9a8c75\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5c121648\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"aed209b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3eeeac6\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-google\",\"library\":\"fa-brands\"},\"_id\":\"6f52cff\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d0e27ed\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"05f9fe7\"}],\"shape\":\"circle\",\"columns\":\"5\",\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#F4247800\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"icon_primary_color\":\"\",\"image_border_color\":\"\",\"icon_secondary_color\":\"globals\\/colors?id=21bfb04\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_secondary_color\":\"globals\\/colors?id=21bfb04\"},\"columns_tablet\":\"0\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_color\":\"#FFFFFF\",\"hover_primary_color\":\"#2C75BA\",\"hover_border_color\":\"#2C75BA\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1268, 207, '_elementor_page_assets', 'a:0:{}'),
(1269, 207, '_elementor_import_session_id', '66183796c7041'),
(1270, 181, '_elementor_controls_usage', 'a:9:{s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:2;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:1;s:5:\"align\";i:1;s:4:\"text\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"countdown\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:17:\"section_box_style\";a:4:{s:15:\"container_width\";i:1;s:11:\"box_spacing\";i:1;s:16:\"box_border_width\";i:1;s:11:\"box_padding\";i:1;}}s:7:\"content\";a:1:{s:17:\"section_countdown\";a:4:{s:8:\"due_date\";i:1;s:14:\"countdown_type\";i:1;s:23:\"evergreen_counter_hours\";i:1;s:14:\"expire_actions\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:16:\"content_position\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:6:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:7:\"columns\";i:1;s:5:\"align\";i:1;s:14:\"columns_tablet\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:8:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:12:\"icon_spacing\";i:1;s:18:\"image_border_color\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:18:\"hover_border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:3:\"gap\";i:2;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:16:\"content_position\";i:1;s:8:\"overflow\";i:1;s:6:\"_title\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;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:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),
(1271, 208, '_elementor_edit_mode', 'builder'),
(1272, 208, '_elementor_template_type', 'page'),
(1273, 208, '_elementor_version', '3.20.4'),
(1274, 208, '_elementor_pro_version', '3.20.2'),
(1275, 208, '_elementor_data', '[{\"id\":\"767a3ef3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=57a29b1\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"background_overlay_color\":\"#255650\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_gradient_position\":\"center right\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"769285a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"609ae016\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout\",\"align\":\"left\",\"align_mobile\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=21bfb04\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"492c9898\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1725fd83\",\"elType\":\"section\",\"settings\":{\"_title\":\"checkout\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_eq_height_switcher\":\"\",\"premium_eq_height_type\":\"widget\",\"premium_eq_height_target\":\"\",\"premium_eq_height_custom_target\":\"\",\"premium_eq_height_enable_on\":[\"desktop\",\"tablet\",\"mobile\"],\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"b8021e1\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[{\"id\":\"28db9d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"5be54c1\",\"pa_condition_valtime_range\":\"\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/03\\/07\",\"pa_condition_date_range\":\"2022\\/03\\/07\",\"pa_condition_time_range\":\"\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1276, 208, '_elementor_page_assets', 'a:0:{}'),
(1277, 208, '_elementor_import_session_id', '66183796c7041'),
(1278, 183, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{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:6:{s:5:\"align\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:19:\"background_bg_width\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;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:15:\"background_xpos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_color_b_stop\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;s:36:\"background_overlay_gradient_position\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"_title\";i:2;s:3:\"gap\";i:2;s:6:\"height\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}}'),
(1279, 121, '_elementor_css', 'a:6:{s:4:\"time\";i:1712863196;s:5:\"fonts\";a:4:{i:0;s:16:\"Playfair Display\";i:4;s:7:\"DM Sans\";i:6;s:5:\"Kanit\";i:18;s:5:\"Inter\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1280, 209, '_edit_lock', '1712863090:1'),
(1281, 121, '_edit_lock', '1712863330:1');

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

--
-- Estrutura para tabela `wpld_posts`
--

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

--
-- Despejando dados para a tabela `wpld_posts`
--

INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2024-04-04 13:46:29', '2024-04-04 13:46:29', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2024-04-04 13:46:29', '2024-04-04 13:46:29', '', 0, 'http://facilityprodutos.com.br/2024/?p=1', 0, 'post', '', 1),
(4, 0, '2024-04-04 13:46:30', '2024-04-04 13:46:30', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2024-04-04 13:46:30', '2024-04-04 13:46:30', '', 0, 'https://facilityprodutos.com.br/2024/2024/04/04/navigation/', 0, 'wp_navigation', '', 0),
(7, 1, '2024-04-04 13:48:41', '2024-04-04 13:48:41', '', 'Kit Padrão', '', 'publish', 'closed', 'closed', '', 'kit-padrao', '', '', '2024-04-04 13:48:41', '2024-04-04 13:48:41', '', 0, 'https://facilityprodutos.com.br/2024/?p=7', 0, 'elementor_library', '', 0),
(12, 1, '2024-04-04 13:56:15', '2024-04-04 13:56:15', '', 'Início', '', 'publish', 'closed', 'closed', '', 'inicio', '', '', '2024-04-04 14:15:07', '2024-04-04 14:15:07', '', 0, 'https://facilityprodutos.com.br/2024/?page_id=12', 0, 'page', '', 0),
(13, 1, '2024-04-04 13:56:15', '2024-04-04 13:56:15', '', 'Início', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2024-04-04 13:56:15', '2024-04-04 13:56:15', '', 12, 'https://facilityprodutos.com.br/2024/?p=13', 0, 'revision', '', 0),
(17, 1, '2024-04-04 13:56:55', '2024-04-04 13:56:55', '', 'Início', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2024-04-04 13:56:55', '2024-04-04 13:56:55', '', 12, 'https://facilityprodutos.com.br/2024/?p=17', 0, 'revision', '', 0),
(15, 1, '2024-04-04 13:56:55', '2024-04-04 13:56:55', '', 'Início', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2024-04-04 13:56:55', '2024-04-04 13:56:55', '', 12, 'https://facilityprodutos.com.br/2024/?p=15', 0, 'revision', '', 0),
(16, 1, '2024-04-04 13:56:55', '2024-04-04 13:56:55', '', 'Início', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2024-04-04 13:56:55', '2024-04-04 13:56:55', '', 12, 'https://facilityprodutos.com.br/2024/?p=16', 0, 'revision', '', 0),
(18, 1, '2024-04-04 13:58:18', '2024-04-04 13:58:18', '', 'PRODUTOS-BANNER.png', '', 'inherit', 'open', 'closed', '', 'produtos-banner-png', '', '', '2024-04-04 13:58:18', '2024-04-04 13:58:18', '', 0, 'http://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/PRODUTOS-BANNER.png', 0, 'attachment', 'image/png', 0),
(19, 1, '2024-04-04 13:58:19', '2024-04-04 13:58:19', '', 'tela-mosquiteira-banner.png', '', 'inherit', 'open', 'closed', '', 'tela-mosquiteira-banner-png', '', '', '2024-04-04 13:58:19', '2024-04-04 13:58:19', '', 0, 'http://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/tela-mosquiteira-banner.png', 0, 'attachment', 'image/png', 0),
(20, 1, '2024-04-04 13:58:19', '2024-04-04 13:58:19', '', 'banner-entrega-em-todo-territorio-nacional.png', '', 'inherit', 'open', 'closed', '', 'banner-entrega-em-todo-territorio-nacional-png', '', '', '2024-04-04 13:58:19', '2024-04-04 13:58:19', '', 0, 'http://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/banner-entrega-em-todo-territorio-nacional.png', 0, 'attachment', 'image/png', 0),
(24, 1, '2024-04-04 14:15:07', '2024-04-04 14:15:07', '', 'Início', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2024-04-04 14:15:07', '2024-04-04 14:15:07', '', 12, 'https://facilityprodutos.com.br/2024/?p=24', 0, 'revision', '', 0),
(29, 1, '2024-04-04 16:27:58', '0000-00-00 00:00:00', '', 'Elementor Header #29', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-04-04 16:27:58', '2024-04-04 16:27:58', '', 0, 'https://facilityprodutos.com.br/2024/?post_type=elementor_library&#038;p=29', 0, 'elementor_library', '', 0),
(22, 1, '2024-04-04 14:15:07', '2024-04-04 14:15:07', '', 'Início', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2024-04-04 14:15:07', '2024-04-04 14:15:07', '', 12, 'https://facilityprodutos.com.br/2024/?p=22', 0, 'revision', '', 0),
(23, 1, '2024-04-04 14:15:07', '2024-04-04 14:15:07', '', 'Início', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2024-04-04 14:15:07', '2024-04-04 14:15:07', '', 12, 'https://facilityprodutos.com.br/2024/?p=23', 0, 'revision', '', 0),
(30, 1, '2024-04-04 16:27:58', '2024-04-04 16:27:58', '', 'Elementor Header #29', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2024-04-04 16:27:58', '2024-04-04 16:27:58', '', 29, 'https://facilityprodutos.com.br/2024/?p=30', 0, 'revision', '', 0),
(31, 1, '2024-04-04 16:28:58', '0000-00-00 00:00:00', '', 'Elementor Footer #31', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-04-04 16:28:58', '2024-04-04 16:28:58', '', 0, 'https://facilityprodutos.com.br/2024/?post_type=elementor_library&#038;p=31', 0, 'elementor_library', '', 0),
(32, 1, '2024-04-04 16:28:58', '2024-04-04 16:28:58', '', 'Elementor Footer #31', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2024-04-04 16:28:58', '2024-04-04 16:28:58', '', 31, 'https://facilityprodutos.com.br/2024/?p=32', 0, 'revision', '', 0),
(36, 1, '2024-04-10 10:37:11', '2024-04-10 10:37:11', '', 'Elementor #36', '', 'publish', 'closed', 'closed', '', 'elementor-36', '', '', '2024-04-10 10:37:17', '2024-04-10 10:37:17', '', 0, 'https://facilityprodutos.com.br/2024/?page_id=36', 0, 'page', '', 0),
(37, 1, '2024-04-05 11:48:30', '2024-04-05 11:48:30', '', 'Elementor #36', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2024-04-05 11:48:30', '2024-04-05 11:48:30', '', 36, 'https://facilityprodutos.com.br/2024/?p=37', 0, 'revision', '', 0),
(39, 1, '2024-04-10 10:37:17', '2024-04-10 10:37:17', '', 'Elementor #36', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2024-04-10 10:37:17', '2024-04-10 10:37:17', '', 36, 'https://facilityprodutos.com.br/2024/?p=39', 0, 'revision', '', 0),
(40, 1, '2024-04-10 10:37:17', '2024-04-10 10:37:17', '', 'Elementor #36', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2024-04-10 10:37:17', '2024-04-10 10:37:17', '', 36, 'https://facilityprodutos.com.br/2024/?p=40', 0, 'revision', '', 0),
(41, 1, '2024-04-10 10:37:17', '2024-04-10 10:37:17', '', 'Elementor #36', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2024-04-10 10:37:17', '2024-04-10 10:37:17', '', 36, 'https://facilityprodutos.com.br/2024/?p=41', 0, 'revision', '', 0),
(42, 1, '2024-04-10 11:33:17', '2024-04-10 11:33:17', '', 'Purple_Sections_1-Img_1.jpg', '', 'inherit', 'open', 'closed', '', 'purple_sections_1-img_1-jpg', '', '', '2024-04-10 11:33:17', '2024-04-10 11:33:17', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Purple_Sections_1-Img_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2024-04-10 11:33:18', '2024-04-10 11:33:18', '', 'Purple_Sections_1-Star_1.svg', '', 'inherit', 'open', 'closed', '', 'purple_sections_1-star_1-svg', '', '', '2024-04-10 11:33:18', '2024-04-10 11:33:18', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Purple_Sections_1-Star_1.svg', 0, 'attachment', 'image/svg+xml', 0),
(44, 1, '2024-04-10 11:33:19', '2024-04-10 11:33:19', '', 'Purple_Sections_1-Star_2.svg', '', 'inherit', 'open', 'closed', '', 'purple_sections_1-star_2-svg', '', '', '2024-04-10 11:33:19', '2024-04-10 11:33:19', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Purple_Sections_1-Star_2.svg', 0, 'attachment', 'image/svg+xml', 0),
(45, 1, '2024-04-10 11:33:20', '2024-04-10 11:33:20', '', 'Purple_Sections_1-Background.png', '', 'inherit', 'open', 'closed', '', 'purple_sections_1-background-png', '', '', '2024-04-10 11:33:20', '2024-04-10 11:33:20', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Purple_Sections_1-Background.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2024-04-10 11:33:24', '2024-04-10 11:33:24', '', 'Purple_Sections_2-Img_1-06102021.jpg', '', 'inherit', 'open', 'closed', '', 'purple_sections_2-img_1-06102021-jpg', '', '', '2024-04-10 11:33:24', '2024-04-10 11:33:24', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Purple_Sections_2-Img_1-06102021.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2024-04-10 11:33:49', '2024-04-10 11:33:49', '', 'BG-contact-hero-New.png', '', 'inherit', 'open', 'closed', '', 'bg-contact-hero-new-png', '', '', '2024-04-10 11:33:49', '2024-04-10 11:33:49', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/BG-contact-hero-New.png', 0, 'attachment', 'image/png', 0),
(48, 1, '2024-04-10 11:33:50', '2024-04-10 11:33:50', '', 'BG-Form-Contact-Us.png', '', 'inherit', 'open', 'closed', '', 'bg-form-contact-us-png', '', '', '2024-04-10 11:33:50', '2024-04-10 11:33:50', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/BG-Form-Contact-Us.png', 0, 'attachment', 'image/png', 0),
(49, 1, '2024-04-10 11:33:51', '2024-04-10 11:33:51', '', 'iphone.svg', '', 'inherit', 'open', 'closed', '', 'iphone-svg', '', '', '2024-04-10 11:33:51', '2024-04-10 11:33:51', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/iphone.svg', 0, 'attachment', 'image/svg+xml', 0),
(50, 1, '2024-04-10 11:33:52', '2024-04-10 11:33:52', '', 'Location.svg', '', 'inherit', 'open', 'closed', '', 'location-svg', '', '', '2024-04-10 11:33:52', '2024-04-10 11:33:52', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Location.svg', 0, 'attachment', 'image/svg+xml', 0),
(51, 1, '2024-04-10 11:33:52', '2024-04-10 11:33:52', '', 'Mail.svg', '', 'inherit', 'open', 'closed', '', 'mail-svg', '', '', '2024-04-10 11:33:52', '2024-04-10 11:33:52', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Mail.svg', 0, 'attachment', 'image/svg+xml', 0),
(52, 1, '2024-04-10 11:33:53', '2024-04-10 11:33:53', '', 'BG-contact-info.png', '', 'inherit', 'open', 'closed', '', 'bg-contact-info-png', '', '', '2024-04-10 11:33:53', '2024-04-10 11:33:53', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/BG-contact-info.png', 0, 'attachment', 'image/png', 0),
(53, 1, '2024-04-10 11:33:54', '2024-04-10 11:33:54', '', 'CTA-contact-us-new.png', '', 'inherit', 'open', 'closed', '', 'cta-contact-us-new-png', '', '', '2024-04-10 11:33:54', '2024-04-10 11:33:54', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/CTA-contact-us-new.png', 0, 'attachment', 'image/png', 0),
(54, 1, '2024-04-10 11:33:55', '2024-04-10 11:33:55', '', 'CTA-Shapes.png', '', 'inherit', 'open', 'closed', '', 'cta-shapes-png', '', '', '2024-04-10 11:33:55', '2024-04-10 11:33:55', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/CTA-Shapes.png', 0, 'attachment', 'image/png', 0),
(121, 1, '2024-04-11 19:19:02', '2024-04-11 19:19:02', '', 'Archinterior - Architecture & Interior Elementor Template Kit', '', 'publish', 'closed', 'closed', '', 'archinterior-architecture-interior-elementor-template-kit', '', '', '2024-04-11 19:19:49', '2024-04-11 19:19:49', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=archinterior-architecture-interior-elementor-template-kit', 0, 'elementor_library', '', 0),
(56, 1, '2024-04-10 11:42:02', '2024-04-10 11:42:02', '', 'Astrobot – Industrial Robot & Machine Industry Elementor Template Kit', '', 'publish', 'closed', 'closed', '', 'astrobot-industrial-robot-machine-industry-elementor-template-kit', '', '', '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=astrobot-industrial-robot-machine-industry-elementor-template-kit', 0, 'elementor_library', '', 0),
(57, 1, '2024-04-10 11:42:02', '2024-04-10 11:42:02', '', 'Astrobot – Industrial Robot & Machine Industry Elementor Template Kit', '', 'inherit', 'closed', 'closed', '', '56-revision-v1', '', '', '2024-04-10 11:42:02', '2024-04-10 11:42:02', '', 56, 'https://facilityprodutos.com.br/2024/?p=57', 0, 'revision', '', 0),
(58, 1, '2024-04-10 11:42:02', '2024-04-10 11:42:02', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua Ut enim ad minim nostrud		\n			<a href=\"#\">\n						Contact Us\n					</a>\n			<a href=\"#\">\n						Watch Video\n					</a>\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"800\" height=\"572\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1024x732.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1024x732.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-300x214.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-768x549.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1536x1097.jpg 1536w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots.jpg 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"683\" height=\"1024\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-683x1024.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-683x1024.jpg 683w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-200x300.jpg 200w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-768x1151.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-1025x1536.jpg 1025w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system.jpg 1334w\" sizes=\"(max-width: 683px) 100vw, 683px\" />													\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Astrobot</h2>		\n			<h2>We Provide The Best Service for the Modern Industry</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>		\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>What We Do</h2>		\n			<h2>The Best Quality of Robotic Manufacturing</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.		\n			<h2>Who We Are</h2>		\n			<h2>The One Stop Solution for Your Industries</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris		\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Constant Improvement\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to Customers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Best Quality You Can Get\n									</li>\n						</ul>\n			<a role=\"button\">\n						View Projects\n					</a>\n			<h2>Our Services</h2>		\n			<h2>The Best System Services</h2>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n			<a href=\"#\">\n						All Services\n					</a>\n			<h2>Client Testimoni</h2>		\n			<h2>We Are Trusted Over 16+ Countries Worldwide\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation		\n			<h2>Our Blog</h2>		\n			<h2>Latest Blog & Articles\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=home', 0, 'elementor_library', '', 0),
(59, 1, '2024-04-10 11:42:03', '2024-04-10 11:42:03', '', 'robotic-arms-along-assembly-line-in-modern-factory-.jpg', '', 'inherit', 'open', 'closed', '', 'robotic-arms-along-assembly-line-in-modern-factory-jpg', '', '', '2024-04-10 11:42:03', '2024-04-10 11:42:03', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robotic-arms-along-assembly-line-in-modern-factory-.jpg', 0, 'attachment', 'image/jpeg', 0),
(60, 1, '2024-04-10 11:42:04', '2024-04-10 11:42:04', '', 'industrial-robots.jpg', '', 'inherit', 'open', 'closed', '', 'industrial-robots-jpg', '', '', '2024-04-10 11:42:04', '2024-04-10 11:42:04', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots.jpg', 0, 'attachment', 'image/jpeg', 0),
(61, 1, '2024-04-10 11:42:05', '2024-04-10 11:42:05', '', 'fibre-laser-robotic-remote-cutting-system.jpg', '', 'inherit', 'open', 'closed', '', 'fibre-laser-robotic-remote-cutting-system-jpg', '', '', '2024-04-10 11:42:05', '2024-04-10 11:42:05', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system.jpg', 0, 'attachment', 'image/jpeg', 0),
(62, 1, '2024-04-10 11:42:06', '2024-04-10 11:42:06', '', 'robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg', '', 'inherit', 'open', 'closed', '', 'robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-jpg', '', '', '2024-04-10 11:42:06', '2024-04-10 11:42:06', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg', 0, 'attachment', 'image/jpeg', 0),
(63, 1, '2024-04-10 11:42:07', '2024-04-10 11:42:07', '', 'female-engineers-working-in-industry-factory-.jpg', '', 'inherit', 'open', 'closed', '', 'female-engineers-working-in-industry-factory-jpg', '', '', '2024-04-10 11:42:07', '2024-04-10 11:42:07', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/female-engineers-working-in-industry-factory-.jpg', 0, 'attachment', 'image/jpeg', 0),
(64, 1, '2024-04-10 11:42:07', '2024-04-10 11:42:07', '', 'Home', '', 'inherit', 'closed', 'closed', '', '58-revision-v1', '', '', '2024-04-10 11:42:07', '2024-04-10 11:42:07', '', 58, 'https://facilityprodutos.com.br/2024/?p=64', 0, 'revision', '', 0),
(65, 1, '2024-04-10 11:42:07', '2024-04-10 11:42:07', '<h2>About Us</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										About Us\n									</li>\n						</ul>\n			<h2>About Astrobot</h2>		\n			<h2>Whatever Your Industry You Can Make it Automated and Fast</h2>		\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. 		\n													<img width=\"610\" height=\"218\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/marlie-cassavania.png\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/marlie-cassavania.png 610w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/marlie-cassavania-300x107.png 300w\" sizes=\"(max-width: 610px) 100vw, 610px\" />													\n													<img width=\"800\" height=\"572\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1024x732.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1024x732.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-300x214.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-768x549.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1536x1097.jpg 1536w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots.jpg 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"683\" height=\"1024\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-683x1024.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-683x1024.jpg 683w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-200x300.jpg 200w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-768x1151.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-1025x1536.jpg 1025w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system.jpg 1334w\" sizes=\"(max-width: 683px) 100vw, 683px\" />													\n													<img width=\"2000\" height=\"1067\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg 2000w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-300x160.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-1024x546.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-768x410.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-1536x819.jpg 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" />													\n			<h2>What We Do</h2>		\n			<h2>The Best Quality of Robotic Manufacturing</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.		\n			<h2>Who We Are</h2>		\n			<h2>The One Stop Solution for Your Industries</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Constant Improvement\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to Customers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Best Quality You Can Get\n									</li>\n						</ul>\n			<a role=\"button\">\n						View Projects\n					</a>\n			<h2>User FAQ</h2>		\n			<h2>Answering all Your Need with Robot and Machine</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n			<a href=\"#\">\n						Learn More\n					</a>\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/fibre-laser-robotic-remote-cutting-system-1-qmi4qskkwifll3gy714lcfmrxn1dui0oz01a2vyufw.jpg\" title=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" alt=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" loading=\"lazy\" />													\n			<h2>Our Team</h2>		\n			<h2>The Professional Team</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=about-us', 0, 'elementor_library', '', 0),
(66, 1, '2024-04-10 11:42:08', '2024-04-10 11:42:08', '', 'close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine.jpg', '', 'inherit', 'open', 'closed', '', 'close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine-jpg', '', '', '2024-04-10 11:42:08', '2024-04-10 11:42:08', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/close-up-factory-worker-woman-maintenance-and-check-part-of-robotic-machine.jpg', 0, 'attachment', 'image/jpeg', 0),
(67, 1, '2024-04-10 11:42:11', '2024-04-10 11:42:11', '', 'marlie-cassavania.png', '', 'inherit', 'open', 'closed', '', 'marlie-cassavania-png', '', '', '2024-04-10 11:42:11', '2024-04-10 11:42:11', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/marlie-cassavania.png', 0, 'attachment', 'image/png', 0),
(68, 1, '2024-04-10 11:42:11', '2024-04-10 11:42:11', '', 'fibre-laser-robotic-remote-cutting-system-1.jpg', '', 'inherit', 'open', 'closed', '', 'fibre-laser-robotic-remote-cutting-system-1-jpg', '', '', '2024-04-10 11:42:11', '2024-04-10 11:42:11', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2024-04-10 11:42:12', '2024-04-10 11:42:12', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2024-04-10 11:42:12', '2024-04-10 11:42:12', '', 65, 'https://facilityprodutos.com.br/2024/?p=69', 0, 'revision', '', 0),
(70, 1, '2024-04-10 11:42:12', '2024-04-10 11:42:12', '<h2>Robot Installation</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										Service Detail\n									</li>\n						</ul>\n			<h2>About Robot Installation</h2>		\n		<p>Pellentesque et scelerisque nunc. Sed vel ipsum auctor, iaculis arcu quis, posuere dui. Duis condimentum nunc metus, maximus porta velit temporin. Intincidunt leo viverra, sodales ex eu, posuere purus. Duis in augue vestibulum, aliquet nulla vitae, tempus tellus. </p>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Flexible & Cost-Effective\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										VIP & Annual Pass Programs\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Over 250,000 cleans\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Satisfaction Guarantee\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Dedicated So Save Lives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										A Thorough Cleaning of Dash\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										24/7 Available to Service\n									</li>\n						</ul>\n		<p>Pellentesque et scelerisque nunc. Sed vel ipsum auctor, iaculis arcu quis, posuere dui. Duis condimentum nunc metus, maximus porta velit temporin. Intincidunt leo viverra, sodales ex eu, posuere purus. Duis in augue vestibulum, aliquet nulla vitae, tempus tellus. </p>		\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h3>This Service Include\n</h3>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"></path></svg>						\n										Robot Installation\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"></path></svg>						\n										Manual Book\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"></path></svg>						\n										1-Year Guarantee\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z\"></path></svg>						\n										Electronically & Securely\n									</li>\n						</ul>\n			<h2>Need For Some Help ?</h2>		\n		<p>Lorem ipsum dolor sit amet consectetur adipiscing elit dolor sit amet.</p>		\n			<h2>Get A Free Consultation With Us</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor 		\n			<a role=\"button\">\n						Contact Us\n					</a>', 'Service Detail', '', 'publish', 'closed', 'closed', '', 'service-detail', '', '', '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=service-detail', 0, 'elementor_library', '', 0),
(71, 1, '2024-04-10 11:42:12', '2024-04-10 11:42:12', '', 'robot-arms-in-factory.jpg', '', 'inherit', 'open', 'closed', '', 'robot-arms-in-factory-jpg', '', '', '2024-04-10 11:42:12', '2024-04-10 11:42:12', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-arms-in-factory.jpg', 0, 'attachment', 'image/jpeg', 0),
(72, 1, '2024-04-10 11:42:13', '2024-04-10 11:42:13', '', 'woman-mechanic-repairing-a-robot-machine-.jpg', '', 'inherit', 'open', 'closed', '', 'woman-mechanic-repairing-a-robot-machine-jpg', '', '', '2024-04-10 11:42:13', '2024-04-10 11:42:13', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/woman-mechanic-repairing-a-robot-machine-.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2024-04-10 11:42:14', '2024-04-10 11:42:14', '', 'robotic-arm.jpg', '', 'inherit', 'open', 'closed', '', 'robotic-arm-jpg', '', '', '2024-04-10 11:42:14', '2024-04-10 11:42:14', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robotic-arm.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2024-04-10 11:42:15', '2024-04-10 11:42:15', '', 'businessman-checking-industrial-robot-in-high-tech-company.jpg', '', 'inherit', 'open', 'closed', '', 'businessman-checking-industrial-robot-in-high-tech-company-jpg', '', '', '2024-04-10 11:42:15', '2024-04-10 11:42:15', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/businessman-checking-industrial-robot-in-high-tech-company.jpg', 0, 'attachment', 'image/jpeg', 0),
(75, 1, '2024-04-10 11:42:15', '2024-04-10 11:42:15', '', 'Service Detail', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2024-04-10 11:42:15', '2024-04-10 11:42:15', '', 70, 'https://facilityprodutos.com.br/2024/?p=75', 0, 'revision', '', 0),
(76, 1, '2024-04-10 11:42:15', '2024-04-10 11:42:15', '<h2>Our Service</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										Service\n									</li>\n						</ul>\n			<h2>Our Services</h2>		\n			<h2>The Best System Services</h2>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n			<h2>Client Testimoni</h2>		\n			<h2>We Are Trusted Over 16+ Countries Worldwide\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation		\n			<h2>User FAQ</h2>		\n			<h2>Answering all Your Need with Robot and Machine</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n			<a href=\"#\">\n						Learn More\n					</a>\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/fibre-laser-robotic-remote-cutting-system-1-qmi4qskkwifll3gy714lcfmrxn1dui0oz01a2vyufw.jpg\" title=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" alt=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" loading=\"lazy\" />', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=services', 0, 'elementor_library', '', 0),
(77, 1, '2024-04-10 11:42:16', '2024-04-10 11:42:16', '', 'worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg', '', 'inherit', 'open', 'closed', '', 'worker-at-machine-in-factory-metal-industry-worker-at-factory-jpg', '', '', '2024-04-10 11:42:16', '2024-04-10 11:42:16', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg', 0, 'attachment', 'image/jpeg', 0),
(78, 1, '2024-04-10 11:42:16', '2024-04-10 11:42:16', '', 'Services', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2024-04-10 11:42:16', '2024-04-10 11:42:16', '', 76, 'https://facilityprodutos.com.br/2024/?p=78', 0, 'revision', '', 0),
(79, 1, '2024-04-10 11:42:16', '2024-04-10 11:42:16', '<h2>Client Question</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										FAQ\n									</li>\n						</ul>\n			<h2>User FAQ</h2>		\n			<h2>Answering all Your Need with Robot and Machine</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/fibre-laser-robotic-remote-cutting-system-1-qmi4qskkwifll3gy714lcfmrxn1dui0oz01a2vyufw.jpg\" title=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" alt=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" loading=\"lazy\" />													\n			<h3>Technical Question</h3>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n			<h3>Payment Question</h3>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n			<h2>Get A Free Consultation With Us</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor 		\n			<a role=\"button\">\n						Contact Us\n					</a>\n			<h2>Our Blog</h2>		\n			<h2>Latest Blog & Articles\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', 'FAQ', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=faq', 0, 'elementor_library', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(80, 1, '2024-04-10 11:42:16', '2024-04-10 11:42:16', '', 'multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg', '', 'inherit', 'open', 'closed', '', 'multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept-jpg', '', '', '2024-04-10 11:42:16', '2024-04-10 11:42:16', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg', 0, 'attachment', 'image/jpeg', 0),
(81, 1, '2024-04-10 11:42:17', '2024-04-10 11:42:17', '', 'FAQ', '', 'inherit', 'closed', 'closed', '', '79-revision-v1', '', '', '2024-04-10 11:42:17', '2024-04-10 11:42:17', '', 79, 'https://facilityprodutos.com.br/2024/?p=81', 0, 'revision', '', 0),
(82, 1, '2024-04-10 11:42:17', '2024-04-10 11:42:17', '<h2>Our Blog</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										Blog\n									</li>\n						</ul>\n			<h3>Recent Posts</h3>		\n			<h3>Have Any Question?</h3>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore		\n					<ul>\n							<li>\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										(021) 4582 - 3695\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@domain.com\n									</li>\n						</ul>\n			<h3>Categories</h3>', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=blog', 0, 'elementor_library', '', 0),
(83, 1, '2024-04-10 11:42:17', '2024-04-10 11:42:17', '', 'welding-robotic-for-automotive-assembly-in-factory-.jpg', '', 'inherit', 'open', 'closed', '', 'welding-robotic-for-automotive-assembly-in-factory-jpg', '', '', '2024-04-10 11:42:17', '2024-04-10 11:42:17', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/welding-robotic-for-automotive-assembly-in-factory-.jpg', 0, 'attachment', 'image/jpeg', 0),
(84, 1, '2024-04-10 11:42:18', '2024-04-10 11:42:18', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2024-04-10 11:42:18', '2024-04-10 11:42:18', '', 82, 'https://facilityprodutos.com.br/2024/?p=84', 0, 'revision', '', 0),
(85, 1, '2024-04-10 11:42:18', '2024-04-10 11:42:18', '<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>			\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"></path></svg>			\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M527.9 224H480v-48c0-26.5-21.5-48-48-48H272l-64-64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h400c16.5 0 31.9-8.5 40.7-22.6l79.9-128c20-31.9-3-73.4-40.7-73.4zM48 118c0-3.3 2.7-6 6-6h134.1l64 64H426c3.3 0 6 2.7 6 6v42H152c-16.8 0-32.4 8.8-41.1 23.2L48 351.4zm400 282H72l77.2-128H528z\"></path></svg>			\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 		\n														<a href=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzcsInVybCI6Imh0dHBzOlwvXC9mYWNpbGl0eXByb2R1dG9zLmNvbS5iclwvMjAyNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDRcL3dvcmtlci1hdC1tYWNoaW5lLWluLWZhY3RvcnktbWV0YWwtaW5kdXN0cnktd29ya2VyLWF0LWZhY3RvcnktLmpwZyJ9\">\n							<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/worker-at-machine-in-factory-metal-industry-worker-at-factory--qmi4qx9mhpuw7p0qtiq4t5vu0x6iv4y3fsjjiyrjf8.jpg\" title=\"worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\" alt=\"worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\" loading=\"lazy\" />								</a>\n														<a href=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODAsInVybCI6Imh0dHBzOlwvXC9mYWNpbGl0eXByb2R1dG9zLmNvbS5iclwvMjAyNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDRcL211bHRpZXRobmljLWVuZ2luZWVycy13b3JraW5nLWluc2lkZS1yb2JvdGljLWZhY3RvcnktaW5kdXN0cmlhbC1hbmQtdGVjaG5vbG9neS1jb25jZXB0LmpwZyJ9\">\n							<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept-qmi4qx9mhpuw7p0qtiq4t5vu0x6iv4y3fsjjiyrjf8.jpg\" title=\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\" alt=\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\" loading=\"lazy\" />								</a>\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Tags : Share This : 		\n			<h3>Recent Posts</h3>		\n			<h3>Have Any Question?</h3>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore		\n					<ul>\n							<li>\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										(021) 4582 - 3695\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@domain.com\n									</li>\n						</ul>\n			<h3>Categories</h3>', 'Single Post', '', 'publish', 'closed', 'closed', '', 'single-post', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=single-post', 0, 'elementor_library', '', 0),
(86, 1, '2024-04-10 11:42:18', '2024-04-10 11:42:18', '', 'close-up-view-of-the-machine-part.jpg', '', 'inherit', 'open', 'closed', '', 'close-up-view-of-the-machine-part-jpg', '', '', '2024-04-10 11:42:18', '2024-04-10 11:42:18', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/close-up-view-of-the-machine-part.jpg', 0, 'attachment', 'image/jpeg', 0),
(87, 1, '2024-04-10 11:42:19', '2024-04-10 11:42:19', '', 'Single Post', '', 'inherit', 'closed', 'closed', '', '85-revision-v1', '', '', '2024-04-10 11:42:19', '2024-04-10 11:42:19', '', 85, 'https://facilityprodutos.com.br/2024/?p=87', 0, 'revision', '', 0),
(88, 1, '2024-04-10 11:42:19', '2024-04-10 11:42:19', '<h2>Our Team</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										Team\n									</li>\n						</ul>\n			<h2>Our Team</h2>		\n			<h2>The Professional Team</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h2>Who We Are</h2>		\n			<h2>The One Stop Solution for Your Industries</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Constant Improvement\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to Customers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Best Quality You Can Get\n									</li>\n						</ul>\n			<a role=\"button\">\n						View Projects\n					</a>\n			<h2>User FAQ</h2>		\n			<h2>Answering all Your Need with Robot and Machine</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n			<a href=\"#\">\n						Learn More\n					</a>\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/fibre-laser-robotic-remote-cutting-system-1-qmi4qskkwifll3gy714lcfmrxn1dui0oz01a2vyufw.jpg\" title=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" alt=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" loading=\"lazy\" />													\n			<h2>What We Do</h2>		\n			<h2>The Best Quality of Robotic Manufacturing</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.', 'Team', '', 'publish', 'closed', 'closed', '', 'team', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=team', 0, 'elementor_library', '', 0),
(89, 1, '2024-04-10 11:42:19', '2024-04-10 11:42:19', '', 'team-of-engineers-working-in-robotic-factory-tech-industry-concept.jpg', '', 'inherit', 'open', 'closed', '', 'team-of-engineers-working-in-robotic-factory-tech-industry-concept-jpg', '', '', '2024-04-10 11:42:19', '2024-04-10 11:42:19', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/team-of-engineers-working-in-robotic-factory-tech-industry-concept.jpg', 0, 'attachment', 'image/jpeg', 0),
(90, 1, '2024-04-10 11:42:19', '2024-04-10 11:42:19', '', 'Team', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2024-04-10 11:42:19', '2024-04-10 11:42:19', '', 88, 'https://facilityprodutos.com.br/2024/?p=90', 0, 'revision', '', 0),
(91, 1, '2024-04-10 11:42:19', '2024-04-10 11:42:19', '', 'Metform - Contact Us Form', '', 'publish', 'closed', 'closed', '', 'metform-contact-us-form', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=metform-contact-us-form', 0, 'elementor_library', '', 0),
(92, 1, '2024-04-10 11:42:19', '2024-04-10 11:42:19', '', 'Metform - Contact Us Form', '', 'inherit', 'closed', 'closed', '', '91-revision-v1', '', '', '2024-04-10 11:42:19', '2024-04-10 11:42:19', '', 91, 'https://facilityprodutos.com.br/2024/?p=92', 0, 'revision', '', 0),
(93, 1, '2024-04-10 11:42:19', '2024-04-10 11:42:19', '<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										Contact Us\n									</li>\n						</ul>\n			<h2>Get In Touch</h2>		\n			<h2>Contact Us Now</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip		\n			<h3>Follow Our Social Media</h3>		\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n						<svg 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					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Raya%20Puputan%20No%20142%2C%20Denpasar&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Raya Puputan No 142, Denpasar\"\n					aria-label=\"Jl. Raya Puputan No 142, Denpasar\"\n			></iframe>', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=contact-us', 0, 'elementor_library', '', 0),
(94, 1, '2024-04-10 11:42:20', '2024-04-10 11:42:20', '', 'technical-worker-performs-maintenance-robotic-arms-on-the-production-line.jpg', '', 'inherit', 'open', 'closed', '', 'technical-worker-performs-maintenance-robotic-arms-on-the-production-line-jpg', '', '', '2024-04-10 11:42:20', '2024-04-10 11:42:20', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/technical-worker-performs-maintenance-robotic-arms-on-the-production-line.jpg', 0, 'attachment', 'image/jpeg', 0),
(95, 1, '2024-04-10 11:42:20', '2024-04-10 11:42:20', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2024-04-10 11:42:20', '2024-04-10 11:42:20', '', 93, 'https://facilityprodutos.com.br/2024/?p=95', 0, 'revision', '', 0),
(96, 1, '2024-04-10 11:42:20', '2024-04-10 11:42:20', '<h1>404</h1>		\n			<h2>Page Not Found</h2>		\n		The page you are looking for might have been removed had its name changed or is temporarily unavailable\n			<a href=\"#\">\n						Back To Home\n					</a>', '404 Page', '', 'publish', 'closed', 'closed', '', '404-page', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=404-page', 0, 'elementor_library', '', 0),
(97, 1, '2024-04-10 11:42:21', '2024-04-10 11:42:21', '', 'robotic-arms-along-assembly-line-in-modern-factory-1-1.jpg', '', 'inherit', 'open', 'closed', '', 'robotic-arms-along-assembly-line-in-modern-factory-1-1-jpg', '', '', '2024-04-10 11:42:21', '2024-04-10 11:42:21', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robotic-arms-along-assembly-line-in-modern-factory-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(98, 1, '2024-04-10 11:42:21', '2024-04-10 11:42:21', '', '404 Page', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2024-04-10 11:42:21', '2024-04-10 11:42:21', '', 96, 'https://facilityprodutos.com.br/2024/?p=98', 0, 'revision', '', 0),
(99, 1, '2024-04-10 11:42:21', '2024-04-10 11:42:21', '<img width=\"1502\" height=\"249\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white.png\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white.png 1502w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white-300x50.png 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white-1024x170.png 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white-768x127.png 768w\" sizes=\"(max-width: 1502px) 100vw, 1502px\" />													\n		<p>Sed ut perspiciatis unde omnis iste natus delavirot voluptatem accusantium doloremque laudanti totam aperiam inventore veritatis congueu. Olutpat elit nec nisi congue tristique eu at velit.</p>		\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h4>\n						Phone					\n				</h4>\n									<p>\n						+62 478-2240-190					</p>\n				<h4>\n						Email					\n				</h4>\n									<p>\n						admin@support.com					</p>\n				<h4>\n						Location					\n				</h4>\n									<p>\n						Kapten Japa West ST. 1190 DPS, Bali					</p>\n			<h2>Quick Links</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Services\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact\n											</a>\n									</li>\n						</ul>\n			<h2>Customer Service</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Support\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Disclaimer\n											</a>\n									</li>\n						</ul>\n			<h2>Subscribe Newsletter</h2>		\n		Sed ut perspiciatis unde omnis iste natus feria delavirot.Copyright © Astrobot 2022. All rights reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-facebook-light\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-instagram-1-light\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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>', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=footer', 0, 'elementor_library', '', 0),
(100, 1, '2024-04-10 11:42:21', '2024-04-10 11:42:21', '', 'astrobot-white.png', '', 'inherit', 'open', 'closed', '', 'astrobot-white-png', '', '', '2024-04-10 11:42:21', '2024-04-10 11:42:21', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white.png', 0, 'attachment', 'image/png', 0),
(101, 1, '2024-04-10 11:42:22', '2024-04-10 11:42:22', '', 'Footer', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-04-10 11:42:22', '2024-04-10 11:42:22', '', 99, 'https://facilityprodutos.com.br/2024/?p=101', 0, 'revision', '', 0),
(102, 1, '2024-04-10 11:42:22', '2024-04-10 11:42:22', '<ul>\n							<li>\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										Need Free Consultation ?\n									</li>\n						</ul>\n			<a href=\"#\">\n						Contact Us Now\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n						<svg 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					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"1502\" height=\"249\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo.png\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo.png 1502w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo-300x50.png 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo-1024x170.png 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo-768x127.png 768w\" sizes=\"(max-width: 1502px) 100vw, 1502px\" />													\n				<h3>\n						Get Consultation					\n				</h3>\n									<p>\n						(021) 4582 - 3695					</p>', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=header', 0, 'elementor_library', '', 0),
(103, 1, '2024-04-10 11:42:22', '2024-04-10 11:42:22', '', 'Astrobot-logo.png', '', 'inherit', 'open', 'closed', '', 'astrobot-logo-png', '', '', '2024-04-10 11:42:22', '2024-04-10 11:42:22', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo.png', 0, 'attachment', 'image/png', 0),
(104, 1, '2024-04-10 11:42:22', '2024-04-10 11:42:22', '', 'Header', '', 'inherit', 'closed', 'closed', '', '102-revision-v1', '', '', '2024-04-10 11:42:22', '2024-04-10 11:42:22', '', 102, 'https://facilityprodutos.com.br/2024/?p=104', 0, 'revision', '', 0),
(105, 1, '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 'Astrobot – Industrial Robot & Machine Industry Elementor Template Kit', '', 'inherit', 'closed', 'closed', '', '56-revision-v1', '', '', '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 56, 'https://facilityprodutos.com.br/2024/?p=105', 0, 'revision', '', 0),
(106, 1, '2024-04-10 11:42:25', '2024-04-10 11:42:25', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua Ut enim ad minim nostrud		\n			<a href=\"#\">\n						Contact Us\n					</a>\n			<a href=\"#\">\n						Watch Video\n					</a>\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"800\" height=\"572\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1024x732.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1024x732.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-300x214.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-768x549.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1536x1097.jpg 1536w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots.jpg 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"683\" height=\"1024\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-683x1024.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-683x1024.jpg 683w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-200x300.jpg 200w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-768x1151.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-1025x1536.jpg 1025w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system.jpg 1334w\" sizes=\"(max-width: 683px) 100vw, 683px\" />													\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Astrobot</h2>		\n			<h2>We Provide The Best Service for the Modern Industry</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>		\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>What We Do</h2>		\n			<h2>The Best Quality of Robotic Manufacturing</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.		\n			<h2>Who We Are</h2>		\n			<h2>The One Stop Solution for Your Industries</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris		\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Constant Improvement\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to Customers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Best Quality You Can Get\n									</li>\n						</ul>\n			<a role=\"button\">\n						View Projects\n					</a>\n			<h2>Our Services</h2>		\n			<h2>The Best System Services</h2>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n			<a href=\"#\">\n						All Services\n					</a>\n			<h2>Client Testimoni</h2>		\n			<h2>We Are Trusted Over 16+ Countries Worldwide\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation		\n			<h2>Our Blog</h2>		\n			<h2>Latest Blog & Articles\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', 'Home', '', 'inherit', 'closed', 'closed', '', '58-revision-v1', '', '', '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 58, 'https://facilityprodutos.com.br/2024/?p=106', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(107, 1, '2024-04-10 11:42:25', '2024-04-10 11:42:25', '<h2>About Us</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										About Us\n									</li>\n						</ul>\n			<h2>About Astrobot</h2>		\n			<h2>Whatever Your Industry You Can Make it Automated and Fast</h2>		\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. 		\n													<img width=\"610\" height=\"218\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/marlie-cassavania.png\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/marlie-cassavania.png 610w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/marlie-cassavania-300x107.png 300w\" sizes=\"(max-width: 610px) 100vw, 610px\" />													\n													<img width=\"800\" height=\"572\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1024x732.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1024x732.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-300x214.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-768x549.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots-1536x1097.jpg 1536w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/industrial-robots.jpg 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"683\" height=\"1024\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-683x1024.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-683x1024.jpg 683w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-200x300.jpg 200w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-768x1151.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system-1025x1536.jpg 1025w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/fibre-laser-robotic-remote-cutting-system.jpg 1334w\" sizes=\"(max-width: 683px) 100vw, 683px\" />													\n													<img width=\"2000\" height=\"1067\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit.jpg 2000w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-300x160.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-1024x546.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-768x410.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-1536x819.jpg 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" />													\n			<h2>What We Do</h2>		\n			<h2>The Best Quality of Robotic Manufacturing</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.		\n			<h2>Who We Are</h2>		\n			<h2>The One Stop Solution for Your Industries</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Constant Improvement\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to Customers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Best Quality You Can Get\n									</li>\n						</ul>\n			<a role=\"button\">\n						View Projects\n					</a>\n			<h2>User FAQ</h2>		\n			<h2>Answering all Your Need with Robot and Machine</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n			<a href=\"#\">\n						Learn More\n					</a>\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/fibre-laser-robotic-remote-cutting-system-1-qmi4qskkwifll3gy714lcfmrxn1dui0oz01a2vyufw.jpg\" title=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" alt=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" loading=\"lazy\" />													\n			<h2>Our Team</h2>		\n			<h2>The Professional Team</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', 'About Us', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 65, 'https://facilityprodutos.com.br/2024/?p=107', 0, 'revision', '', 0),
(108, 1, '2024-04-10 11:42:25', '2024-04-10 11:42:25', '<h2>Robot Installation</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										Service Detail\n									</li>\n						</ul>\n			<h2>About Robot Installation</h2>		\n		<p>Pellentesque et scelerisque nunc. Sed vel ipsum auctor, iaculis arcu quis, posuere dui. Duis condimentum nunc metus, maximus porta velit temporin. Intincidunt leo viverra, sodales ex eu, posuere purus. Duis in augue vestibulum, aliquet nulla vitae, tempus tellus. </p>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Flexible & Cost-Effective\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										VIP & Annual Pass Programs\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Over 250,000 cleans\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Satisfaction Guarantee\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Dedicated So Save Lives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										A Thorough Cleaning of Dash\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										24/7 Available to Service\n									</li>\n						</ul>\n		<p>Pellentesque et scelerisque nunc. Sed vel ipsum auctor, iaculis arcu quis, posuere dui. Duis condimentum nunc metus, maximus porta velit temporin. Intincidunt leo viverra, sodales ex eu, posuere purus. Duis in augue vestibulum, aliquet nulla vitae, tempus tellus. </p>		\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h3>This Service Include\n</h3>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"></path></svg>						\n										Robot Installation\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"></path></svg>						\n										Manual Book\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"></path></svg>						\n										1-Year Guarantee\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z\"></path></svg>						\n										Electronically & Securely\n									</li>\n						</ul>\n			<h2>Need For Some Help ?</h2>		\n		<p>Lorem ipsum dolor sit amet consectetur adipiscing elit dolor sit amet.</p>		\n			<h2>Get A Free Consultation With Us</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor 		\n			<a role=\"button\">\n						Contact Us\n					</a>', 'Service Detail', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 70, 'https://facilityprodutos.com.br/2024/?p=108', 0, 'revision', '', 0),
(109, 1, '2024-04-10 11:42:25', '2024-04-10 11:42:25', '<h2>Our Service</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										Service\n									</li>\n						</ul>\n			<h2>Our Services</h2>		\n			<h2>The Best System Services</h2>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n			<h2>Client Testimoni</h2>		\n			<h2>We Are Trusted Over 16+ Countries Worldwide\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation		\n			<h2>User FAQ</h2>		\n			<h2>Answering all Your Need with Robot and Machine</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n			<a href=\"#\">\n						Learn More\n					</a>\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/fibre-laser-robotic-remote-cutting-system-1-qmi4qskkwifll3gy714lcfmrxn1dui0oz01a2vyufw.jpg\" title=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" alt=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" loading=\"lazy\" />', 'Services', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2024-04-10 11:42:25', '2024-04-10 11:42:25', '', 76, 'https://facilityprodutos.com.br/2024/?p=109', 0, 'revision', '', 0),
(110, 1, '2024-04-10 11:42:26', '2024-04-10 11:42:26', '<h2>Client Question</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										FAQ\n									</li>\n						</ul>\n			<h2>User FAQ</h2>		\n			<h2>Answering all Your Need with Robot and Machine</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/fibre-laser-robotic-remote-cutting-system-1-qmi4qskkwifll3gy714lcfmrxn1dui0oz01a2vyufw.jpg\" title=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" alt=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" loading=\"lazy\" />													\n			<h3>Technical Question</h3>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n			<h3>Payment Question</h3>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n			<h2>Get A Free Consultation With Us</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor 		\n			<a role=\"button\">\n						Contact Us\n					</a>\n			<h2>Our Blog</h2>		\n			<h2>Latest Blog & Articles\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', 'FAQ', '', 'inherit', 'closed', 'closed', '', '79-revision-v1', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 79, 'https://facilityprodutos.com.br/2024/?p=110', 0, 'revision', '', 0),
(111, 1, '2024-04-10 11:42:26', '2024-04-10 11:42:26', '<h2>Our Blog</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										Blog\n									</li>\n						</ul>\n			<h3>Recent Posts</h3>		\n			<h3>Have Any Question?</h3>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore		\n					<ul>\n							<li>\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										(021) 4582 - 3695\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@domain.com\n									</li>\n						</ul>\n			<h3>Categories</h3>', 'Blog', '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 82, 'https://facilityprodutos.com.br/2024/?p=111', 0, 'revision', '', 0),
(112, 1, '2024-04-10 11:42:26', '2024-04-10 11:42:26', '<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"></path></svg>			\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"></path></svg>			\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M527.9 224H480v-48c0-26.5-21.5-48-48-48H272l-64-64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h400c16.5 0 31.9-8.5 40.7-22.6l79.9-128c20-31.9-3-73.4-40.7-73.4zM48 118c0-3.3 2.7-6 6-6h134.1l64 64H426c3.3 0 6 2.7 6 6v42H152c-16.8 0-32.4 8.8-41.1 23.2L48 351.4zm400 282H72l77.2-128H528z\"></path></svg>			\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 		\n														<a href=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzcsInVybCI6Imh0dHBzOlwvXC9mYWNpbGl0eXByb2R1dG9zLmNvbS5iclwvMjAyNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDRcL3dvcmtlci1hdC1tYWNoaW5lLWluLWZhY3RvcnktbWV0YWwtaW5kdXN0cnktd29ya2VyLWF0LWZhY3RvcnktLmpwZyJ9\">\n							<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/worker-at-machine-in-factory-metal-industry-worker-at-factory--qmi4qx9mhpuw7p0qtiq4t5vu0x6iv4y3fsjjiyrjf8.jpg\" title=\"worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\" alt=\"worker-at-machine-in-factory-metal-industry-worker-at-factory-.jpg\" loading=\"lazy\" />								</a>\n														<a href=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODAsInVybCI6Imh0dHBzOlwvXC9mYWNpbGl0eXByb2R1dG9zLmNvbS5iclwvMjAyNFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDRcL211bHRpZXRobmljLWVuZ2luZWVycy13b3JraW5nLWluc2lkZS1yb2JvdGljLWZhY3RvcnktaW5kdXN0cmlhbC1hbmQtdGVjaG5vbG9neS1jb25jZXB0LmpwZyJ9\">\n							<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept-qmi4qx9mhpuw7p0qtiq4t5vu0x6iv4y3fsjjiyrjf8.jpg\" title=\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\" alt=\"multiethnic-engineers-working-inside-robotic-factory-industrial-and-technology-concept.jpg\" loading=\"lazy\" />								</a>\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Tags : Share This : 		\n			<h3>Recent Posts</h3>		\n			<h3>Have Any Question?</h3>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore		\n					<ul>\n							<li>\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										(021) 4582 - 3695\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@domain.com\n									</li>\n						</ul>\n			<h3>Categories</h3>', 'Single Post', '', 'inherit', 'closed', 'closed', '', '85-revision-v1', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 85, 'https://facilityprodutos.com.br/2024/?p=112', 0, 'revision', '', 0),
(113, 1, '2024-04-10 11:42:26', '2024-04-10 11:42:26', '<h2>Our Team</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										Team\n									</li>\n						</ul>\n			<h2>Our Team</h2>		\n			<h2>The Professional Team</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h2>Who We Are</h2>		\n			<h2>The One Stop Solution for Your Industries</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud xercitation ullamco laboris		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Constant Improvement\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to Customers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Best Quality You Can Get\n									</li>\n						</ul>\n			<a role=\"button\">\n						View Projects\n					</a>\n			<h2>User FAQ</h2>		\n			<h2>Answering all Your Need with Robot and Machine</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 		\n			<a href=\"#\">\n						Learn More\n					</a>\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/elementor/thumbs/fibre-laser-robotic-remote-cutting-system-1-qmi4qskkwifll3gy714lcfmrxn1dui0oz01a2vyufw.jpg\" title=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" alt=\"fibre-laser-robotic-remote-cutting-system-1.jpg\" loading=\"lazy\" />													\n			<h2>What We Do</h2>		\n			<h2>The Best Quality of Robotic Manufacturing</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.', 'Team', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 88, 'https://facilityprodutos.com.br/2024/?p=113', 0, 'revision', '', 0),
(114, 1, '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 'Metform - Contact Us Form', '', 'inherit', 'closed', 'closed', '', '91-revision-v1', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 91, 'https://facilityprodutos.com.br/2024/?p=114', 0, 'revision', '', 0),
(115, 1, '2024-04-10 11:42:26', '2024-04-10 11:42:26', '<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										Home\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"></path></svg>						\n										Contact Us\n									</li>\n						</ul>\n			<h2>Get In Touch</h2>		\n			<h2>Contact Us Now</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip		\n			<h3>Follow Our Social Media</h3>		\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n						<svg 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					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Raya%20Puputan%20No%20142%2C%20Denpasar&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Raya Puputan No 142, Denpasar\"\n					aria-label=\"Jl. Raya Puputan No 142, Denpasar\"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 93, 'https://facilityprodutos.com.br/2024/?p=115', 0, 'revision', '', 0),
(116, 1, '2024-04-10 11:42:26', '2024-04-10 11:42:26', '<h1>404</h1>		\n			<h2>Page Not Found</h2>		\n		The page you are looking for might have been removed had its name changed or is temporarily unavailable\n			<a href=\"#\">\n						Back To Home\n					</a>', '404 Page', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 96, 'https://facilityprodutos.com.br/2024/?p=116', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(117, 1, '2024-04-10 11:42:26', '2024-04-10 11:42:26', '<img width=\"1502\" height=\"249\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white.png\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white.png 1502w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white-300x50.png 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white-1024x170.png 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white-768x127.png 768w\" sizes=\"(max-width: 1502px) 100vw, 1502px\" />													\n		<p>Sed ut perspiciatis unde omnis iste natus delavirot voluptatem accusantium doloremque laudanti totam aperiam inventore veritatis congueu. Olutpat elit nec nisi congue tristique eu at velit.</p>		\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h4>\n						Phone					\n				</h4>\n									<p>\n						+62 478-2240-190					</p>\n				<h4>\n						Email					\n				</h4>\n									<p>\n						admin@support.com					</p>\n				<h4>\n						Location					\n				</h4>\n									<p>\n						Kapten Japa West ST. 1190 DPS, Bali					</p>\n			<h2>Quick Links</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Services\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact\n											</a>\n									</li>\n						</ul>\n			<h2>Customer Service</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Support\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Disclaimer\n											</a>\n									</li>\n						</ul>\n			<h2>Subscribe Newsletter</h2>		\n		Sed ut perspiciatis unde omnis iste natus feria delavirot.Copyright © Astrobot 2022. All rights reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-facebook-light\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-instagram-1-light\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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>', 'Footer', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 99, 'https://facilityprodutos.com.br/2024/?p=117', 0, 'revision', '', 0),
(118, 1, '2024-04-10 11:42:26', '2024-04-10 11:42:26', '<ul>\n							<li>\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										Need Free Consultation ?\n									</li>\n						</ul>\n			<a href=\"#\">\n						Contact Us Now\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n						<svg 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					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"1502\" height=\"249\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo.png\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo.png 1502w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo-300x50.png 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo-1024x170.png 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/Astrobot-logo-768x127.png 768w\" sizes=\"(max-width: 1502px) 100vw, 1502px\" />													\n				<h3>\n						Get Consultation					\n				</h3>\n									<p>\n						(021) 4582 - 3695					</p>', 'Header', '', 'inherit', 'closed', 'closed', '', '102-revision-v1', '', '', '2024-04-10 11:42:26', '2024-04-10 11:42:26', '', 102, 'https://facilityprodutos.com.br/2024/?p=118', 0, 'revision', '', 0),
(119, 1, '2024-04-10 11:54:59', '2024-04-10 11:54:59', '<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"1502\" height=\"249\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white.png\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white.png 1502w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white-300x50.png 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white-1024x170.png 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/astrobot-white-768x127.png 768w\" sizes=\"(max-width: 1502px) 100vw, 1502px\" />													\n		<p>Sed ut perspiciatis unde omnis iste natus delavirot voluptatem accusantium doloremque laudanti totam aperiam inventore veritatis congueu. Olutpat elit nec nisi congue tristique eu at velit.</p>		\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h4>\n						Phone					\n				</h4>\n									<p>\n						+62 478-2240-190					</p>\n				<h4>\n						Email					\n				</h4>\n									<p>\n						admin@support.com					</p>\n				<h4>\n						Location					\n				</h4>\n									<p>\n						Kapten Japa West ST. 1190 DPS, Bali					</p>\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Quick Links</h2>		\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"#\">\n										About\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Services\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Contact\n											</a>\n									</li>\n						</ul>\n			<h2>Customer Service</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Support\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Disclaimer\n											</a>\n									</li>\n						</ul>\n			<h2>Subscribe Newsletter</h2>		\n		Sed ut perspiciatis unde omnis iste natus feria delavirot.Copyright © Astrobot 2022. All rights reserved.		\n			<style>/*! elementor - v3.20.0 - 26-03-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-facebook-light\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-instagram-1-light\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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>', 'Início', '', 'inherit', 'closed', 'closed', '', '12-autosave-v1', '', '', '2024-04-10 11:55:00', '2024-04-10 11:55:00', '', 12, 'https://facilityprodutos.com.br/2024/?p=119', 0, 'revision', '', 0),
(122, 1, '2024-04-11 19:19:02', '2024-04-11 19:19:02', '', 'Archinterior - Architecture & Interior Elementor Template Kit', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-04-11 19:19:02', '2024-04-11 19:19:02', '', 121, 'https://facilityprodutos.com.br/2024/?p=122', 0, 'revision', '', 0),
(123, 1, '2024-04-11 19:19:03', '2024-04-11 19:19:03', '', 'Header', '', 'publish', 'closed', 'closed', '', 'header-2', '', '', '2024-04-11 19:19:49', '2024-04-11 19:19:49', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=header-2', 0, 'elementor_library', '', 0),
(124, 1, '2024-04-11 19:19:03', '2024-04-11 19:19:03', '', 'Header', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2024-04-11 19:19:03', '2024-04-11 19:19:03', '', 123, 'https://facilityprodutos.com.br/2024/?p=124', 0, 'revision', '', 0),
(125, 1, '2024-04-11 19:19:03', '2024-04-11 19:19:03', '<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Subscribe Our Newsletter</h3>		\n		<p>Cillum facilisi. Proident turpis? Fringilla? Tempore potenti, voluptatum, quisq. Ratione interdum eleifend aliquet ullamco.</p><p>Cillum facilisi. Proident turpis? Fringilla? Tempore potenti, voluptatum, quisque pulvinar aliqua vero, netus duiner inima bibendum id ipsum.</p>		\n			<h6>Useful Links</h6>		\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"#\">\n											About us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											News & Articles\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Legal Notice\n											</a>\n									</li>\n						</ul>\n			<h6>Support</h6>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Help Center\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact Us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											FAQ\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Parent Community\n											</a>\n									</li>\n						</ul>\n			<h6>Contact Information</h6>		\n		<p>Don\'t hesitate to contact and feel free to reach us !</p>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"></path></svg>						\n										3557 Derek Drive, Orlando, Florida\n									</li>\n								<li>\n											<a href=\"#\">\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										+1(456)657-887\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										info@domain.com\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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\" rel=\"noopener\">\n						Youtube\n						<svg 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=\"#\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>\n		<p>Copyright © 2023 Interior Light. All rights reserved.</p>', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer-2', '', '', '2024-04-11 19:19:49', '2024-04-11 19:19:49', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=footer-2', 0, 'elementor_library', '', 0),
(126, 1, '2024-04-11 19:19:05', '2024-04-11 19:19:05', '', 'Footer', '', 'inherit', 'closed', 'closed', '', '125-revision-v1', '', '', '2024-04-11 19:19:05', '2024-04-11 19:19:05', '', 125, 'https://facilityprodutos.com.br/2024/?p=126', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(127, 1, '2024-04-11 19:19:05', '2024-04-11 19:19:05', '<h1>Best Modern Interior Design</h1>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. </p>		\n			<a href=\"#\">\n						LEARN MORE\n					</a>\n			<a href=\"#\">\n						HIRE US NOW\n					</a>\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"800\" height=\"643\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1-1024x823.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1-1024x823.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1-300x241.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1-768x618.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h1>WATCH VIDEO</h1>		\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum.</p>		\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"150\" height=\"150\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg\" alt=\"\" /></figure><h6>Er. Jason Smith</h6><p>CEO, Director</p>		\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n@charset \"UTF-8\";.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:\"e934\";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:flex;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:\"★\"}</style>\n						<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 5/5		\n			<h3>Award Winning Interior Design Studio !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos.</p>		\n			<a href=\"#\">\n						MORE ABOUT US\n					</a>\n			<h3>Our Flowless Services</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.</p>		\n			<h2>01.</h2>		\n			<h5><a href=\"#\">Exterior Design Concept</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>02.</h2>		\n			<h5><a href=\"#\">General Contactor & Engineering</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>03.</h2>		\n			<h5><a href=\"#\">Modern Furniture Layouts</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>04.</h2>		\n			<h5><a href=\"#\">House / Apartment Renovation</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n		<p>Years of Experience in Interior Field</p>		\n				0\n				k+\n		<p>Happy Customers Around The World</p>		\n			<h3>Book An Appointment To Get Quality And Reliable Services !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos. Nostrum consequatur, quisquam quibusdam lectus.</p>		\n			<a href=\"#\">\n						BOOK APPOINTMENT\n					</a>\n			<h3>Our Recent Portfolio</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.</p>		\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h3>Optimistic Team Member</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.</p>		\n													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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			<h3>What Our Customers Says About Us !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.</p>		\n			<a href=\"#\">\n						MORE REVIEWS\n					</a>\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor-pro/assets/css/widget-carousel.min.css\">		\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Alexander DonnerCustomer, Agent</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg\" alt=\"Alexander Donner\">\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Harry WatsonDirector, Client</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg\" alt=\"Harry Watson\">\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Jonsan WilliamClient, Supervisor</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg\" alt=\"Jonsan William\">\n			<h3>Latest News & Blog</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.</p>', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=home-2', 0, 'elementor_library', '', 0),
(128, 1, '2024-04-11 19:19:06', '2024-04-11 19:19:06', '', 'img1.jpg', '', 'inherit', 'open', 'closed', '', 'img1-jpg', '', '', '2024-04-11 19:19:06', '2024-04-11 19:19:06', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1.jpg', 0, 'attachment', 'image/jpeg', 0),
(129, 1, '2024-04-11 19:19:08', '2024-04-11 19:19:08', '', 'img4.jpg', '', 'inherit', 'open', 'closed', '', 'img4-jpg', '', '', '2024-04-11 19:19:08', '2024-04-11 19:19:08', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg', 0, 'attachment', 'image/jpeg', 0),
(130, 1, '2024-04-11 19:19:09', '2024-04-11 19:19:09', '', 'img5.png', '', 'inherit', 'open', 'closed', '', 'img5-png', '', '', '2024-04-11 19:19:09', '2024-04-11 19:19:09', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img5.png', 0, 'attachment', 'image/png', 0),
(131, 1, '2024-04-11 19:19:10', '2024-04-11 19:19:10', '', 'img6-1.jpg', '', 'inherit', 'open', 'closed', '', 'img6-1-jpg', '', '', '2024-04-11 19:19:10', '2024-04-11 19:19:10', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(132, 1, '2024-04-11 19:19:11', '2024-04-11 19:19:11', '', 'img7.jpg', '', 'inherit', 'open', 'closed', '', 'img7-jpg', '', '', '2024-04-11 19:19:11', '2024-04-11 19:19:11', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg', 0, 'attachment', 'image/jpeg', 0),
(133, 1, '2024-04-11 19:19:14', '2024-04-11 19:19:14', '', 'img10.jpg', '', 'inherit', 'open', 'closed', '', 'img10-jpg', '', '', '2024-04-11 19:19:14', '2024-04-11 19:19:14', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg', 0, 'attachment', 'image/jpeg', 0),
(134, 1, '2024-04-11 19:19:15', '2024-04-11 19:19:15', '', 'img11.jpg', '', 'inherit', 'open', 'closed', '', 'img11-jpg', '', '', '2024-04-11 19:19:15', '2024-04-11 19:19:15', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11.jpg', 0, 'attachment', 'image/jpeg', 0),
(135, 1, '2024-04-11 19:19:16', '2024-04-11 19:19:16', '', 'img-12.jpg', '', 'inherit', 'open', 'closed', '', 'img-12-jpg', '', '', '2024-04-11 19:19:16', '2024-04-11 19:19:16', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(136, 1, '2024-04-11 19:19:24', '2024-04-11 19:19:24', '', 'img13.jpg', '', 'inherit', 'open', 'closed', '', 'img13-jpg', '', '', '2024-04-11 19:19:24', '2024-04-11 19:19:24', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg', 0, 'attachment', 'image/jpeg', 0),
(137, 1, '2024-04-11 19:19:24', '2024-04-11 19:19:24', '', 'img15.jpg', '', 'inherit', 'open', 'closed', '', 'img15-jpg', '', '', '2024-04-11 19:19:24', '2024-04-11 19:19:24', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg', 0, 'attachment', 'image/jpeg', 0),
(138, 1, '2024-04-11 19:19:25', '2024-04-11 19:19:25', '', 'img14.jpg', '', 'inherit', 'open', 'closed', '', 'img14-jpg', '', '', '2024-04-11 19:19:25', '2024-04-11 19:19:25', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg', 0, 'attachment', 'image/jpeg', 0),
(139, 1, '2024-04-11 19:19:26', '2024-04-11 19:19:26', '', 'img16.jpg', '', 'inherit', 'open', 'closed', '', 'img16-jpg', '', '', '2024-04-11 19:19:26', '2024-04-11 19:19:26', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg', 0, 'attachment', 'image/jpeg', 0),
(140, 1, '2024-04-11 19:19:27', '2024-04-11 19:19:27', '', 'img17.jpg', '', 'inherit', 'open', 'closed', '', 'img17-jpg', '', '', '2024-04-11 19:19:27', '2024-04-11 19:19:27', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg', 0, 'attachment', 'image/jpeg', 0),
(141, 1, '2024-04-11 19:19:27', '2024-04-11 19:19:27', '', 'img19.jpg', '', 'inherit', 'open', 'closed', '', 'img19-jpg', '', '', '2024-04-11 19:19:27', '2024-04-11 19:19:27', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg', 0, 'attachment', 'image/jpeg', 0),
(142, 1, '2024-04-11 19:19:28', '2024-04-11 19:19:28', '', 'img18.jpg', '', 'inherit', 'open', 'closed', '', 'img18-jpg', '', '', '2024-04-11 19:19:28', '2024-04-11 19:19:28', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg', 0, 'attachment', 'image/jpeg', 0),
(143, 1, '2024-04-11 19:19:28', '2024-04-11 19:19:28', '', 'Home', '', 'inherit', 'closed', 'closed', '', '127-revision-v1', '', '', '2024-04-11 19:19:28', '2024-04-11 19:19:28', '', 127, 'https://facilityprodutos.com.br/2024/?p=143', 0, 'revision', '', 0),
(144, 1, '2024-04-11 19:19:28', '2024-04-11 19:19:28', '<h6>About Our Proprietor</h6>		\n			<figure><img width=\"150\" height=\"150\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg\" alt=\"\" /></figure><h5>Willaim Wright</h5><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Google\n						<svg viewBox=\"0 0 488 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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\" rel=\"noopener\">\n						Pinterest\n						<svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"></path></svg>					</a>\n			<h6>Recent Posts</h6>		\n			<h6>Follow Us On</h6>', 'Archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=archive', 0, 'elementor_library', '', 0),
(145, 1, '2024-04-11 19:19:28', '2024-04-11 19:19:28', '', 'Archive', '', 'inherit', 'closed', 'closed', '', '144-revision-v1', '', '', '2024-04-11 19:19:28', '2024-04-11 19:19:28', '', 144, 'https://facilityprodutos.com.br/2024/?p=145', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(146, 1, '2024-04-11 19:19:28', '2024-04-11 19:19:28', '<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor-pro/assets/css/widget-share-buttons.min.css\">		\n								<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>							\n										Facebook									\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>							\n										WhatsApp									\n								<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>							\n										Twitter									\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>							\n										LinkedIn									\n								<svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"></path></svg>							\n										Pinterest									\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h6>About Our Proprietor</h6>		\n			<figure><img width=\"150\" height=\"150\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg\" alt=\"\" /></figure><h5>Willaim Wright</h5><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Google\n						<svg viewBox=\"0 0 488 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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\" rel=\"noopener\">\n						Pinterest\n						<svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"></path></svg>					</a>\n			<h6>Recent Posts</h6>		\n			<h6>Follow Us On</h6>', 'Single Post', '', 'publish', 'closed', 'closed', '', 'single-post-2', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=single-post-2', 0, 'elementor_library', '', 0),
(147, 1, '2024-04-11 19:19:30', '2024-04-11 19:19:30', '', 'Single Post', '', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2024-04-11 19:19:30', '2024-04-11 19:19:30', '', 146, 'https://facilityprodutos.com.br/2024/?p=147', 0, 'revision', '', 0),
(148, 1, '2024-04-11 19:19:30', '2024-04-11 19:19:30', '<h2>About Us</h2>		\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum.</p>		\n			<figure><img width=\"150\" height=\"150\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg\" alt=\"\" /></figure><h6>Er. Jason Smith</h6><p>CEO, Director</p>		\n						<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 5/5		\n			<h3>Award Winning Interior Design Studio !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos.</p>		\n			<a href=\"#\">\n						MORE ABOUT US\n					</a>\n			<h3>Optimistic Team Member</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.</p>		\n													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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>', 'About us', '', 'publish', 'closed', 'closed', '', 'about-us-2', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=about-us-2', 0, 'elementor_library', '', 0),
(149, 1, '2024-04-11 19:19:38', '2024-04-11 19:19:38', '', 'About us', '', 'inherit', 'closed', 'closed', '', '148-revision-v1', '', '', '2024-04-11 19:19:38', '2024-04-11 19:19:38', '', 148, 'https://facilityprodutos.com.br/2024/?p=149', 0, 'revision', '', 0),
(150, 1, '2024-04-11 19:19:38', '2024-04-11 19:19:38', '<h2>Services</h2>		\n			<h2>01.</h2>		\n			<h5><a href=\"#\">Exterior Design Concept</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>02.</h2>		\n			<h5><a href=\"#\">General Contactor & Engineering</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>03.</h2>		\n			<h5><a href=\"#\">Modern Furniture Layouts</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>04.</h2>		\n			<h5><a href=\"#\">House / Apartment Renovation</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>05.</h2>		\n			<h5><a href=\"#\">Private Residence Projects</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>06.</h2>		\n			<h5><a href=\"#\">Interior Decorator & Manager</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>07.</h2>		\n			<h5><a href=\"#\">Best Landscape Architect </a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>08.</h2>		\n			<h5><a href=\"#\">Industrial Engineering</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h3>What Our Customers Says About Us !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.</p>		\n			<a href=\"#\">\n						MORE REVIEWS\n					</a>\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Alexander DonnerCustomer, Agent</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg\" alt=\"Alexander Donner\">\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Harry WatsonDirector, Client</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg\" alt=\"Harry Watson\">\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Jonsan WilliamClient, Supervisor</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg\" alt=\"Jonsan William\">', 'Services', '', 'publish', 'closed', 'closed', '', 'services-2', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=services-2', 0, 'elementor_library', '', 0),
(151, 1, '2024-04-11 19:19:38', '2024-04-11 19:19:38', '', 'Services', '', 'inherit', 'closed', 'closed', '', '150-revision-v1', '', '', '2024-04-11 19:19:38', '2024-04-11 19:19:38', '', 150, 'https://facilityprodutos.com.br/2024/?p=151', 0, 'revision', '', 0),
(152, 1, '2024-04-11 19:19:38', '2024-04-11 19:19:38', '<h2>Service Detail</h2>		\n			<h3>House / Apartment Renovation</h3>		\n													<img width=\"800\" height=\"534\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-1024x683.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-1024x683.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-300x200.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-768x512.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n		<p>Magina voluptatum doloriem! Dolores! Sociosqii commodiin nobis imperdiet lacinia? Magni! Felis, elementum nobis imperdiet lacinia nobis imperdiet lacinia commodo nobis imper lacinia nobis imperd imperdiet lacinia commodo.Vestibulum illum pulvinar iusto ac minus, aliquid voluptatum nec laboriosam pellentesque. Pellentesque fugiat suscipit, reiciendis occaecati. Enim urna, peos fermentum.</p>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Occaecat velit dis! ea wisi.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Aliquam sapiente beatae modi rem.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Sem rhoncus, libero lectus.\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Arcu eius, lacinia fugiat.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Adipiscing  etiam, similique expedita.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Dignissimos,  quod ornare fugit.\n									</li>\n						</ul>\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg\" alt=\"img7.jpg\" /></figure><figure><img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg\" alt=\"img10.jpg\" /></figure>			\n			<h5>Get A Free Quotes</h5>		\n			<h5>Others Services</h5>		\n					<ul>\n							<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										Wastage removal\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										Metallic engineering\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										Carpentry projects\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										Constant maintenance\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										House-wiring project\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										Project management\n											</a>\n									</li>\n						</ul>', 'Service detail', '', 'publish', 'closed', 'closed', '', 'service-detail-2', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=service-detail-2', 0, 'elementor_library', '', 0),
(153, 1, '2024-04-11 19:19:39', '2024-04-11 19:19:39', '', 'img21.jpg', '', 'inherit', 'open', 'closed', '', 'img21-jpg', '', '', '2024-04-11 19:19:39', '2024-04-11 19:19:39', '', 0, 'https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21.jpg', 0, 'attachment', 'image/jpeg', 0),
(154, 1, '2024-04-11 19:19:43', '2024-04-11 19:19:43', '', 'Service detail', '', 'inherit', 'closed', 'closed', '', '152-revision-v1', '', '', '2024-04-11 19:19:43', '2024-04-11 19:19:43', '', 152, 'https://facilityprodutos.com.br/2024/?p=154', 0, 'revision', '', 0),
(155, 1, '2024-04-11 19:19:43', '2024-04-11 19:19:43', '<h2>Portfolio</h2>		\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Portfolio', '', 'publish', 'closed', 'closed', '', 'portfolio', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=portfolio', 0, 'elementor_library', '', 0),
(156, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 155, 'https://facilityprodutos.com.br/2024/?p=156', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(157, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '<h2>Portfolio Detail</h2>		\n			<h6>Customer Details</h6>		\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>				\n				<h5>\n						Info Of Clients :					\n				</h5>\n									<p>\n						Better Homes and Garden 654, NewYork-22					</p>\n				<h5>\n						Service Offered :					\n				</h5>\n									<p>\n						Reconstruction, Re-novation, House Wiring					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>				\n				<h5>\n						Project Period :					\n				</h5>\n									<p>\n						5 Days designing, and 1 month for completion					</p>\n			<h6>Our Other Projects</h6>		\n					<ul>\n							<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"></path></svg>						\n										Project Management\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"></path></svg>						\n										House-wiiring Projects\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"></path></svg>						\n										Carpentry Projects\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"></path></svg>						\n										Heavy Duty Works\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"></path></svg>						\n										Metallic Enginneering\n											</a>\n									</li>\n						</ul>\n				<h3>\n				</h3>\n									<p>\n						Magni a nostra reprehenderit similique a hendrerit inceptos reprehenderit iusto, laborum sed parturient officia .					</p>\n			<figure><img width=\"150\" height=\"150\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg\" alt=\"\" /></figure><h6>William Scout</h6><p>CUSTOMER</p>		\n			<h4>Interior Design Projects</h4>		\n		<p>Quis ornare tristique harum minima minim, lacus, interdum luctus facilisi fugiat occaecat, exercitationem dignissim doloremque maiores, massa mollit? Lectus, placerat quibusdam aliquip ultrices qui. Consequatur molestias sem hymenaeos? Sed temporibus, varius ex mauris rerum porttitor.</p>		\n													<img width=\"800\" height=\"534\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-1024x683.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-1024x683.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-300x200.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-768x512.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h5>Project Summary :</h5>		\n		<p>Quis ornare tristique harum minima minim, lacus, interdum luctus facilisi fugiat occaecat, exercitationem dignissim doloremque maiores, massa mollit? Lectus, placerat quibusdam aliquip ultrices qui. Consequatur molestias sem hymenaeos? Sed temporibus, varius ex mauris rerum porttitor.</p>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Rerum diam nullam non.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Aut cupiditate pretium corrupti.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Natus sem excepteur magnam.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Vehicula vero magnis nec.\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Vehicula vero magnis nec.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Rerum diam nullam non.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Aut cupiditate pretium corrupti.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Natus sem excepteur magnam.\n									</li>\n						</ul>', 'Portfolio detail', '', 'publish', 'closed', 'closed', '', 'portfolio-detail', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=portfolio-detail', 0, 'elementor_library', '', 0),
(158, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 'Portfolio detail', '', 'inherit', 'closed', 'closed', '', '157-revision-v1', '', '', '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 157, 'https://facilityprodutos.com.br/2024/?p=158', 0, 'revision', '', 0),
(159, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '<h2>Team</h2>		\n													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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>', 'Team', '', 'publish', 'closed', 'closed', '', 'team-2', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=team-2', 0, 'elementor_library', '', 0),
(160, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 'Team', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 159, 'https://facilityprodutos.com.br/2024/?p=160', 0, 'revision', '', 0),
(161, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '<h2>Team Detail</h2>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"></path></svg>				\n				<h5>\n				</h5>\n									<p>\n						\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"					</p>\n			<h3>Harrison Scott</h3>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Google\n						<svg viewBox=\"0 0 488 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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\" rel=\"noopener\">\n						Pinterest\n						<svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"></path></svg>					</a>\n		<p>Quaerat expedita suspendisse asperiores repellendus saepe ultrices eget vitae facilisis cupidatat adipisicing? Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum.</p><p>Lorem ipsum dolor sit amet, cons aring elit sed dllao the eimod sed dllao the eimod dolor sit am. Rem omnis placeat vulputate inventore maxime minus nec eimod sed dllao.</p>		\n			<h5>Qualifications:</h5>		\n				<h5>\n						# 2013 / 2015					\n				</h5>\n									<p>\n						Harvey Mudd College (BBA) College of business, London					</p>\n				<h5>\n						# 2016 / 2018					\n				</h5>\n									<p>\n						Oxford College (Law) Business college, San Francicso					</p>\n				<h5>\n						# 2019 / 2020					\n				</h5>\n									<p>\n						CEO, Chief supervisor of Alfred Financial company					</p>\n			<h4>Experiences:</h4>		\n		<p>Quaerat expedita suspendisse asperiores repellendus saepe ultrices eget vitae facilisis cupidatat adipisicing? Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum dolore laboris consectetur tempore volupta.</p><p>Lorem ipsum dolor sit amet, cons aring elit sed dllao the eimod sed dllao the eimod dolor sit am. Rem omnis placeat vulputate inventore maxime minus nec eimod sed dllao the eimod dolor minus nec eimod sed dllao the eimod .</p>		\n					<ul>\n							<li>\n										Occaecat velit dis! Exercitationem, eleifend ea wisi.\n									</li>\n								<li>\n										Aliquam fames laoreet, sapiente beatae modi rem.\n									</li>\n								<li>\n										Sem justo urna aliquam, rhoncus, libero lectus.\n									</li>\n								<li>\n										Arcu donec aptent torquent eius, lacinia fugiat.\n									</li>\n								<li>\n										Adipiscing auctor leo, adipisci etiam, similique expedita.\n									</li>\n								<li>\n										Dignissimos, dolorem dolorem quod ornare fugit.\n									</li>\n						</ul>\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>			\n				Completed Projects			\n									80%\n				Interior Skills			\n									95%\n				Relaible & Hardworking			\n									85%', 'Team Detail', '', 'publish', 'closed', 'closed', '', 'team-detail', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=team-detail', 0, 'elementor_library', '', 0),
(162, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 'Team Detail', '', 'inherit', 'closed', 'closed', '', '161-revision-v1', '', '', '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 161, 'https://facilityprodutos.com.br/2024/?p=162', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(163, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '<h2>Career </h2>		\n			<h3>Join Our Team !</h3>		\n		<p>Sint nascetur facere, delectus conubia consequuntur, nonummy distinctio! Non officiis, id natus non nisl provident justo.</p>		\n			<h6>Full Time / Part Time</h6>		\n			<h5>Marketing Advisor</h5>		\n		<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.</p>		\n			<a href=\"#\">\n						APPLY NOW\n					</a>\n			<h6>Full Time</h6>		\n			<h5>Supervisor</h5>		\n		<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.</p>		\n			<a href=\"#\">\n						APPLY NOW\n					</a>\n			<h6>Part Time</h6>		\n			<h5>Field Agent</h5>		\n		<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.</p>		\n			<a href=\"#\">\n						APPLY NOW\n					</a>\n			<h6>Full Time / Part Time</h6>		\n			<h5>Receptionist</h5>		\n		<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.</p>		\n			<a href=\"#\">\n						APPLY NOW\n					</a>\n			<h5>Join Our Team</h5>		\n			<h3>Our Company Has Been Present For Over 20 Years In Interior Designing !</h3>		\n		<p>Magina voluptatum doloriem! Dolores! Sociosqii commodiin nobis imperdiet lacinia? Magni! Felis, elementum nobis imperdiet lacinia nobis imperdiet lacinia commodo nobis imper lacinia nobis imperd.</p><p>Aenean cras praesentium maecenas quasi? Architecto cras, iusto suspendisse lorem qui fusce. Mollit amet ullamcorper.</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"></path></svg>				\n				<h5>\n						Award winning					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consec teturing.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\"></path></svg>				\n				<h5>\n						Well allowance					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consec teturing.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\"></path></svg>				\n				<h5>\n						Full Insurance					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consec teturing.					</p>', 'Career', '', 'publish', 'closed', 'closed', '', 'career', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=career', 0, 'elementor_library', '', 0),
(164, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 'Career', '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 163, 'https://facilityprodutos.com.br/2024/?p=164', 0, 'revision', '', 0),
(165, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '<h2>Career Details</h2>		\n			<h6>How To Apply?</h6>		\n					<ul>\n							<li>\n										Nunc expedita montes minima.\n									</li>\n								<li>\n										Animi atque ornare iaculis.\n									</li>\n								<li>\n										Sociosqu scelerisque adipisci.\n									</li>\n								<li>\n										Purus eveniet incidi dunt.\n									</li>\n								<li>\n										Animi atque ornare iaculis.\n									</li>\n						</ul>\n			<h6>Frequently Asked Questions</h6>		\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n					<h5 id=\"elementor-tab-title-3471\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-3471\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">When the Announcements?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-3472\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-3472\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">Can I Apply After Rejection?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-3473\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-3473\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">Where to Interview?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\"></path></svg>			\n			<h5>Send us your C.V.</h5>		\n		<p>Do you want to work with us? Please, send your CV to <a href=\"#\">domain123@gmail.com</a></p>		\n				OR				\n			<a href=\"#\">\n						CONTACT US\n					</a>\n			<h6>Post :</h6>		\n			<h6>Decorater</h6>		\n			<h6>Time :</h6>		\n			<h6>Full Time</h6>		\n			<h6>Salary :</h6>		\n			<h6>Negotaible</h6>		\n			<h6>No. of Vacancy :</h6>		\n			<h5>8</h5>		\n													<img width=\"768\" height=\"512\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-768x512.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-768x512.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-300x200.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-1024x683.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />													\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d5d8dc}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:var(--focus-outline,none)}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d5d8dc}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:\"\";position:absolute}.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible{border:1px solid #000}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{flex-direction:column}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{display:flex}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{justify-content:center}.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper{justify-content:flex-end}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title{width:100%}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title{height:100%}.elementor-tabs .elementor-tab-mobile-title{display:none}}</style>		\n									Job Description\n									Experience & Overview\n									Requirement\n									Job Description\n					<p>Reprehenderit hic bibendum repellendus, repellat auctor! Integer temporibus, facilisis iaculis alias senectus, non quam molestiae incidunt cubilia, fuga? Quasi natoque dicta a fuga dapibus dolore molestie sociis erat, convallis quibusdam possimus semper nonummy mattis, quasi.</p><p>Autem nec quaerat cubilia magnam eu mauris hic hac nisi eos nobis officiis corrupti consequuntur molestie urna volutpat! Quos diamlorem convallis vestibulum doloremque iste facilisi.</p><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.</li><li>Netus donec justo mauris etiam velit.</li><li>Quis dolorum habitasse accusantium hic consequat.</li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.</li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.</li><li>Lobortis facere accusamus nemo, ipsum ad morbi.</li><li>Netus donec justo mauris etiam velit.</li><li>Quis dolorum habitasse accusantium hic consequat.</li></ul>\n									Experience & Overview\n					<h6><strong>#OVERVIEW</strong></h6><p>Reprehenderit hic bibendum repellendus, repellat auctor! Integer temporibus, facilisis iaculis alias senectus, non quam molestiae incidunt cubilia, fuga? Quasi natoque dicta a fuga dapibus dolore molestie sociis erat, convallis quibusdam possimus semper nonummy mattis, quasi.</p><h6> </h6><h6><strong>#EXPERIENCE</strong></h6><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.</li><li>Netus donec justo mauris etiam velit.</li><li>Quis dolorum habitasse accusantium hic consequat.</li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.</li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.</li></ul>\n									Requirement\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Venenatis cupidatat rem sociosqu platea. Earum felis consequatur adipisci minus viverra, nullam molestias nibh conubia.</p><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.</li><li>Netus donec justo mauris etiam velit.</li><li>Quis dolorum habitasse accusantium hic consequat.</li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.</li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.</li></ul>', 'Career detail', '', 'publish', 'closed', 'closed', '', 'career-detail', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=career-detail', 0, 'elementor_library', '', 0),
(166, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 'Career detail', '', 'inherit', 'closed', 'closed', '', '165-revision-v1', '', '', '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 165, 'https://facilityprodutos.com.br/2024/?p=166', 0, 'revision', '', 0),
(167, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '<h2>Faq</h2>		\n			<h3>Frequently Asked Questions</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.</p>		\n					<h5 id=\"elementor-tab-title-9551\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-9551\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">How We Became Best Among Others?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-9552\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-9552\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">Why Choose Us For Your Projects?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-9553\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-9553\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">What We Offer To You?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-9554\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-9554\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">How We Provide Services For You?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-9555\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-9555\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">Are We Affordable To Hire?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h5>Any Questions? Ask Us!!</h5>		\n													<img width=\"768\" height=\"864\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-768x864.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-768x864.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" />													\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"></path></svg>				\n				<h5>\n						Give Us A Chance To Prove It!					\n				</h5>\n									<p>\n						\"ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Nam cumque odit, wisi dicta.\"					</p>\n			<h3>Benefits & What We Do?</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.</p>		\n					<h5 id=\"elementor-tab-title-1571\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1571\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">We Manage Everything You Can Think Of !</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-1572\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1572\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">We Makes Your Agency Project Special.</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-1573\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1573\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">We Guarantee Success With Our Project.</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-1574\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1574\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">We Help You To Implement Any Project.</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-1575\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1575\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">We Make Possible To Work In A Tight Timeframe.</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.', 'Faq', '', 'publish', 'closed', 'closed', '', 'faq-2', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=faq-2', 0, 'elementor_library', '', 0),
(168, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 'Faq', '', 'inherit', 'closed', 'closed', '', '167-revision-v1', '', '', '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 167, 'https://facilityprodutos.com.br/2024/?p=168', 0, 'revision', '', 0),
(169, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '<h2>Testimonial</h2>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>', 'Testimonial', '', 'publish', 'closed', 'closed', '', 'testimonial', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=testimonial', 0, 'elementor_library', '', 0),
(170, 1, '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 'Testimonial', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2024-04-11 19:19:44', '2024-04-11 19:19:44', '', 169, 'https://facilityprodutos.com.br/2024/?p=170', 0, 'revision', '', 0),
(171, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '<h2>Contact</h2>		\n			<h3>Get In Touch & Contact For More Information !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos. Ac laborum quidem odio dolor.</p>		\n			<h5>Follow Us On :</h5>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n			<h5>San Francisco</h5>		\n		<p>Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n					<ul>\n							<li>\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										24th Street, USA\n									</li>\n								<li>\n											<a href=\"#\">\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										+(99) 987-654-321\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										info@domain.com\n											</a>\n									</li>\n						</ul>\n			<h5>Los Angeles</h5>		\n		<p>Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n					<ul>\n							<li>\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										12th Rock Street, LA\n									</li>\n								<li>\n											<a href=\"#\">\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										+(99) 321-654-987\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										abc@company.com\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=contact', 0, 'elementor_library', '', 0),
(172, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 171, 'https://facilityprodutos.com.br/2024/?p=172', 0, 'revision', '', 0),
(173, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '<h2>404</h2>		\n			<h1>Oops! That page can\'t be found</h1>		\n			<h6>It looks like nothing was found at this location. Maybe try one of the links below or a search?</h6>', '404 page', '', 'publish', 'closed', 'closed', '', '404-page-2', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=404-page-2', 0, 'elementor_library', '', 0),
(174, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', '404 page', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 173, 'https://facilityprodutos.com.br/2024/?p=174', 0, 'revision', '', 0),
(175, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '<h3>Search Again If Not Found !!</h3>		\n		<p>Sint nascetur facere, delectus conubia consequuntur, nonummy distinctio! Non officiis, id natus non nisl provident justo.</p>', 'Search Results', '', 'publish', 'closed', 'closed', '', 'search-results', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=search-results', 0, 'elementor_library', '', 0),
(176, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 'Search Results', '', 'inherit', 'closed', 'closed', '', '175-revision-v1', '', '', '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 175, 'https://facilityprodutos.com.br/2024/?p=176', 0, 'revision', '', 0),
(177, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '<h2>My account</h2>', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=my-account', 0, 'elementor_library', '', 0),
(178, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 'My Account', '', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 177, 'https://facilityprodutos.com.br/2024/?p=178', 0, 'revision', '', 0),
(179, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '<h2>Cart</h2>', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=cart', 0, 'elementor_library', '', 0),
(180, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 'Cart', '', 'inherit', 'closed', 'closed', '', '179-revision-v1', '', '', '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 179, 'https://facilityprodutos.com.br/2024/?p=180', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(181, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '<h1>We are coming soon !!</h1>		\n			<h6>SOMETHING AWESOME IS IN THE WORKS.</h6>		\n			<style>/*! elementor-pro - v3.20.0 - 26-03-2024 */\n.elementor-widget-countdown .elementor-countdown-expire--message{display:none;padding:20px;text-align:center}.elementor-widget-countdown .elementor-countdown-wrapper{flex-direction:row}.elementor-widget-countdown .elementor-countdown-item{padding:20px 0;text-align:center;color:#fff}.elementor-widget-countdown .elementor-countdown-digits,.elementor-widget-countdown .elementor-countdown-label{line-height:1}.elementor-widget-countdown .elementor-countdown-digits{font-size:69px}.elementor-widget-countdown .elementor-countdown-label{font-size:19px}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper{display:flex;justify-content:center;margin-right:auto;margin-left:auto}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label{display:block}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item{flex-basis:0;flex-grow:1}.elementor-widget-countdown.elementor-countdown--label-inline{text-align:center}.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item{display:inline-block;padding-left:5px;padding-right:5px}</style>		\n			 Days Hours Minutes Seconds		\n					<ul>\n							<li>\n											<a href=\"#\">\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										(+984) 256 897 21\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"></path></svg>						\n										info@domain.com\n											</a>\n									</li>\n								<li>\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										San Francisco, USA\n									</li>\n						</ul>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Google\n						<svg viewBox=\"0 0 488 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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\" rel=\"noopener\">\n						Youtube\n						<svg 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>', 'Coming soon', '', 'publish', 'closed', 'closed', '', 'coming-soon', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=coming-soon', 0, 'elementor_library', '', 0),
(182, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 'Coming soon', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 181, 'https://facilityprodutos.com.br/2024/?p=182', 0, 'revision', '', 0),
(183, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '<h2>Checkout</h2>', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 0, 'https://facilityprodutos.com.br/2024/?elementor_library=checkout', 0, 'elementor_library', '', 0),
(184, 1, '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 'Checkout', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2024-04-11 19:19:45', '2024-04-11 19:19:45', '', 183, 'https://facilityprodutos.com.br/2024/?p=184', 0, 'revision', '', 0),
(185, 1, '2024-04-11 19:19:49', '2024-04-11 19:19:49', '', 'Archinterior - Architecture & Interior Elementor Template Kit', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-04-11 19:19:49', '2024-04-11 19:19:49', '', 121, 'https://facilityprodutos.com.br/2024/?p=185', 0, 'revision', '', 0),
(186, 1, '2024-04-11 19:19:49', '2024-04-11 19:19:49', '', 'Header', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2024-04-11 19:19:49', '2024-04-11 19:19:49', '', 123, 'https://facilityprodutos.com.br/2024/?p=186', 0, 'revision', '', 0),
(187, 1, '2024-04-11 19:19:49', '2024-04-11 19:19:49', '<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Subscribe Our Newsletter</h3>		\n		<p>Cillum facilisi. Proident turpis? Fringilla? Tempore potenti, voluptatum, quisq. Ratione interdum eleifend aliquet ullamco.</p><p>Cillum facilisi. Proident turpis? Fringilla? Tempore potenti, voluptatum, quisque pulvinar aliqua vero, netus duiner inima bibendum id ipsum.</p>		\n			<h6>Useful Links</h6>		\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"#\">\n											About us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Careers\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											News & Articles\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Legal Notice\n											</a>\n									</li>\n						</ul>\n			<h6>Support</h6>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Help Center\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact Us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											FAQ\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Parent Community\n											</a>\n									</li>\n						</ul>\n			<h6>Contact Information</h6>		\n		<p>Don\'t hesitate to contact and feel free to reach us !</p>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"></path></svg>						\n										3557 Derek Drive, Orlando, Florida\n									</li>\n								<li>\n											<a href=\"#\">\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										+1(456)657-887\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										info@domain.com\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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\" rel=\"noopener\">\n						Youtube\n						<svg 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=\"#\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>\n		<p>Copyright © 2023 Interior Light. All rights reserved.</p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '125-revision-v1', '', '', '2024-04-11 19:19:49', '2024-04-11 19:19:49', '', 125, 'https://facilityprodutos.com.br/2024/?p=187', 0, 'revision', '', 0),
(188, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h1>Best Modern Interior Design</h1>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. </p>		\n			<a href=\"#\">\n						LEARN MORE\n					</a>\n			<a href=\"#\">\n						HIRE US NOW\n					</a>\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"800\" height=\"643\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1-1024x823.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1-1024x823.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1-300x241.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1-768x618.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img1.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h1>WATCH VIDEO</h1>		\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum.</p>		\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"150\" height=\"150\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg\" alt=\"\" /></figure><h6>Er. Jason Smith</h6><p>CEO, Director</p>		\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n@charset \"UTF-8\";.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:\"e934\";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:flex;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:\"★\"}</style>\n						<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 5/5		\n			<h3>Award Winning Interior Design Studio !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos.</p>		\n			<a href=\"#\">\n						MORE ABOUT US\n					</a>\n			<h3>Our Flowless Services</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.</p>		\n			<h2>01.</h2>		\n			<h5><a href=\"#\">Exterior Design Concept</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>02.</h2>		\n			<h5><a href=\"#\">General Contactor & Engineering</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>03.</h2>		\n			<h5><a href=\"#\">Modern Furniture Layouts</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>04.</h2>		\n			<h5><a href=\"#\">House / Apartment Renovation</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n		<p>Years of Experience in Interior Field</p>		\n				0\n				k+\n		<p>Happy Customers Around The World</p>		\n			<h3>Book An Appointment To Get Quality And Reliable Services !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos. Nostrum consequatur, quisquam quibusdam lectus.</p>		\n			<a href=\"#\">\n						BOOK APPOINTMENT\n					</a>\n			<h3>Our Recent Portfolio</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.</p>		\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h3>Optimistic Team Member</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.</p>		\n													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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			<h3>What Our Customers Says About Us !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.</p>		\n			<a href=\"#\">\n						MORE REVIEWS\n					</a>\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor-pro/assets/css/widget-carousel.min.css\">		\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Alexander DonnerCustomer, Agent</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg\" alt=\"Alexander Donner\">\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Harry WatsonDirector, Client</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg\" alt=\"Harry Watson\">\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Jonsan WilliamClient, Supervisor</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg\" alt=\"Jonsan William\">\n			<h3>Latest News & Blog</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '127-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 127, 'https://facilityprodutos.com.br/2024/?p=188', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(189, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h6>About Our Proprietor</h6>		\n			<figure><img width=\"150\" height=\"150\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg\" alt=\"\" /></figure><h5>Willaim Wright</h5><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Google\n						<svg viewBox=\"0 0 488 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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\" rel=\"noopener\">\n						Pinterest\n						<svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"></path></svg>					</a>\n			<h6>Recent Posts</h6>		\n			<h6>Follow Us On</h6>', 'Archive', '', 'inherit', 'closed', 'closed', '', '144-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 144, 'https://facilityprodutos.com.br/2024/?p=189', 0, 'revision', '', 0),
(190, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor-pro/assets/css/widget-share-buttons.min.css\">		\n								<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>							\n										Facebook									\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>							\n										WhatsApp									\n								<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>							\n										Twitter									\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>							\n										LinkedIn									\n								<svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"></path></svg>							\n										Pinterest									\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h6>About Our Proprietor</h6>		\n			<figure><img width=\"150\" height=\"150\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg\" alt=\"\" /></figure><h5>Willaim Wright</h5><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Google\n						<svg viewBox=\"0 0 488 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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\" rel=\"noopener\">\n						Pinterest\n						<svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"></path></svg>					</a>\n			<h6>Recent Posts</h6>		\n			<h6>Follow Us On</h6>', 'Single Post', '', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 146, 'https://facilityprodutos.com.br/2024/?p=190', 0, 'revision', '', 0),
(191, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h2>About Us</h2>		\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum.</p>		\n			<figure><img width=\"150\" height=\"150\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg\" alt=\"\" /></figure><h6>Er. Jason Smith</h6><p>CEO, Director</p>		\n						<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 5/5		\n			<h3>Award Winning Interior Design Studio !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos.</p>		\n			<a href=\"#\">\n						MORE ABOUT US\n					</a>\n			<h3>Optimistic Team Member</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos.</p>		\n													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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>', 'About us', '', 'inherit', 'closed', 'closed', '', '148-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 148, 'https://facilityprodutos.com.br/2024/?p=191', 0, 'revision', '', 0),
(192, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h2>Services</h2>		\n			<h2>01.</h2>		\n			<h5><a href=\"#\">Exterior Design Concept</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>02.</h2>		\n			<h5><a href=\"#\">General Contactor & Engineering</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>03.</h2>		\n			<h5><a href=\"#\">Modern Furniture Layouts</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>04.</h2>		\n			<h5><a href=\"#\">House / Apartment Renovation</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>05.</h2>		\n			<h5><a href=\"#\">Private Residence Projects</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>06.</h2>		\n			<h5><a href=\"#\">Interior Decorator & Manager</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>07.</h2>		\n			<h5><a href=\"#\">Best Landscape Architect </a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h2>08.</h2>		\n			<h5><a href=\"#\">Industrial Engineering</a></h5>		\n		<p>Nonummy imperdiet con sec ectetur magni beatae officiis, porttitor facilis .</p>		\n			<h3>What Our Customers Says About Us !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.</p>		\n			<a href=\"#\">\n						MORE REVIEWS\n					</a>\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Alexander DonnerCustomer, Agent</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg\" alt=\"Alexander Donner\">\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Harry WatsonDirector, Client</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg\" alt=\"Harry Watson\">\n						\"Tempus odit porta molestias at excepturi elementum qui adipiscing, ducimus accusantium, enim, consectetuer, auctor consequuntur rem! Netus, qui vel modi tellus temporib, ducimus accusan sequ.\"					\n					<cite>Jonsan WilliamClient, Supervisor</cite>				\n						<img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg\" alt=\"Jonsan William\">', 'Services', '', 'inherit', 'closed', 'closed', '', '150-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 150, 'https://facilityprodutos.com.br/2024/?p=192', 0, 'revision', '', 0),
(193, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h2>Service Detail</h2>		\n			<h3>House / Apartment Renovation</h3>		\n													<img width=\"800\" height=\"534\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-1024x683.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-1024x683.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-300x200.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-768x512.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n		<p>Magina voluptatum doloriem! Dolores! Sociosqii commodiin nobis imperdiet lacinia? Magni! Felis, elementum nobis imperdiet lacinia nobis imperdiet lacinia commodo nobis imper lacinia nobis imperd imperdiet lacinia commodo.Vestibulum illum pulvinar iusto ac minus, aliquid voluptatum nec laboriosam pellentesque. Pellentesque fugiat suscipit, reiciendis occaecati. Enim urna, peos fermentum.</p>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Occaecat velit dis! ea wisi.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Aliquam sapiente beatae modi rem.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Sem rhoncus, libero lectus.\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Arcu eius, lacinia fugiat.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Adipiscing  etiam, similique expedita.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>						\n										Dignissimos,  quod ornare fugit.\n									</li>\n						</ul>\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg\" alt=\"img7.jpg\" /></figure><figure><img src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg\" alt=\"img10.jpg\" /></figure>			\n			<h5>Get A Free Quotes</h5>		\n			<h5>Others Services</h5>		\n					<ul>\n							<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										Wastage removal\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										Metallic engineering\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										Carpentry projects\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										Constant maintenance\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										House-wiring project\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"></path></svg>						\n										Project management\n											</a>\n									</li>\n						</ul>', 'Service detail', '', 'inherit', 'closed', 'closed', '', '152-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 152, 'https://facilityprodutos.com.br/2024/?p=193', 0, 'revision', '', 0),
(194, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h2>Portfolio</h2>		\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img10-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img src=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img11-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"900\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12.jpg 800w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img-12-768x864.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 155, 'https://facilityprodutos.com.br/2024/?p=194', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(195, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h2>Portfolio Detail</h2>		\n			<h6>Customer Details</h6>		\n			<link rel=\"stylesheet\" href=\"https://facilityprodutos.com.br/2024/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>				\n				<h5>\n						Info Of Clients :					\n				</h5>\n									<p>\n						Better Homes and Garden 654, NewYork-22					</p>\n				<h5>\n						Service Offered :					\n				</h5>\n									<p>\n						Reconstruction, Re-novation, House Wiring					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>				\n				<h5>\n						Project Period :					\n				</h5>\n									<p>\n						5 Days designing, and 1 month for completion					</p>\n			<h6>Our Other Projects</h6>		\n					<ul>\n							<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"></path></svg>						\n										Project Management\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"></path></svg>						\n										House-wiiring Projects\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"></path></svg>						\n										Carpentry Projects\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"></path></svg>						\n										Heavy Duty Works\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"></path></svg>						\n										Metallic Enginneering\n											</a>\n									</li>\n						</ul>\n				<h3>\n				</h3>\n									<p>\n						Magni a nostra reprehenderit similique a hendrerit inceptos reprehenderit iusto, laborum sed parturient officia .					</p>\n			<figure><img width=\"150\" height=\"150\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img4.jpg\" alt=\"\" /></figure><h6>William Scout</h6><p>CUSTOMER</p>		\n			<h4>Interior Design Projects</h4>		\n		<p>Quis ornare tristique harum minima minim, lacus, interdum luctus facilisi fugiat occaecat, exercitationem dignissim doloremque maiores, massa mollit? Lectus, placerat quibusdam aliquip ultrices qui. Consequatur molestias sem hymenaeos? Sed temporibus, varius ex mauris rerum porttitor.</p>		\n													<img width=\"800\" height=\"534\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-1024x683.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-1024x683.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-300x200.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-768x512.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h5>Project Summary :</h5>		\n		<p>Quis ornare tristique harum minima minim, lacus, interdum luctus facilisi fugiat occaecat, exercitationem dignissim doloremque maiores, massa mollit? Lectus, placerat quibusdam aliquip ultrices qui. Consequatur molestias sem hymenaeos? Sed temporibus, varius ex mauris rerum porttitor.</p>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Rerum diam nullam non.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Aut cupiditate pretium corrupti.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Natus sem excepteur magnam.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Vehicula vero magnis nec.\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Vehicula vero magnis nec.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Rerum diam nullam non.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Aut cupiditate pretium corrupti.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Natus sem excepteur magnam.\n									</li>\n						</ul>', 'Portfolio detail', '', 'inherit', 'closed', 'closed', '', '157-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 157, 'https://facilityprodutos.com.br/2024/?p=195', 0, 'revision', '', 0),
(196, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h2>Team</h2>		\n													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img15-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img13-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img16-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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													<img width=\"500\" height=\"560\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14.jpg 500w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img14-268x300.jpg 268w\" sizes=\"(max-width: 500px) 100vw, 500px\" />													\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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>', 'Team', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 159, 'https://facilityprodutos.com.br/2024/?p=196', 0, 'revision', '', 0),
(197, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h2>Team Detail</h2>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"></path></svg>				\n				<h5>\n				</h5>\n									<p>\n						\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"					</p>\n			<h3>Harrison Scott</h3>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n						<svg 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\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Google\n						<svg viewBox=\"0 0 488 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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\" rel=\"noopener\">\n						Pinterest\n						<svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"></path></svg>					</a>\n		<p>Quaerat expedita suspendisse asperiores repellendus saepe ultrices eget vitae facilisis cupidatat adipisicing? Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum.</p><p>Lorem ipsum dolor sit amet, cons aring elit sed dllao the eimod sed dllao the eimod dolor sit am. Rem omnis placeat vulputate inventore maxime minus nec eimod sed dllao.</p>		\n			<h5>Qualifications:</h5>		\n				<h5>\n						# 2013 / 2015					\n				</h5>\n									<p>\n						Harvey Mudd College (BBA) College of business, London					</p>\n				<h5>\n						# 2016 / 2018					\n				</h5>\n									<p>\n						Oxford College (Law) Business college, San Francicso					</p>\n				<h5>\n						# 2019 / 2020					\n				</h5>\n									<p>\n						CEO, Chief supervisor of Alfred Financial company					</p>\n			<h4>Experiences:</h4>		\n		<p>Quaerat expedita suspendisse asperiores repellendus saepe ultrices eget vitae facilisis cupidatat adipisicing? Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum Potenti commodi gravida expedita taciti enim! Eaque! Ab laboris labore provident dis. Voluptatum dolore laboris consectetur tempore voluptatum dolore laboris consectetur tempore volupta.</p><p>Lorem ipsum dolor sit amet, cons aring elit sed dllao the eimod sed dllao the eimod dolor sit am. Rem omnis placeat vulputate inventore maxime minus nec eimod sed dllao the eimod dolor minus nec eimod sed dllao the eimod .</p>		\n					<ul>\n							<li>\n										Occaecat velit dis! Exercitationem, eleifend ea wisi.\n									</li>\n								<li>\n										Aliquam fames laoreet, sapiente beatae modi rem.\n									</li>\n								<li>\n										Sem justo urna aliquam, rhoncus, libero lectus.\n									</li>\n								<li>\n										Arcu donec aptent torquent eius, lacinia fugiat.\n									</li>\n								<li>\n										Adipiscing auctor leo, adipisci etiam, similique expedita.\n									</li>\n								<li>\n										Dignissimos, dolorem dolorem quod ornare fugit.\n									</li>\n						</ul>\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>			\n				Completed Projects			\n									80%\n				Interior Skills			\n									95%\n				Relaible & Hardworking			\n									85%', 'Team Detail', '', 'inherit', 'closed', 'closed', '', '161-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 161, 'https://facilityprodutos.com.br/2024/?p=197', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(198, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h2>Career </h2>		\n			<h3>Join Our Team !</h3>		\n		<p>Sint nascetur facere, delectus conubia consequuntur, nonummy distinctio! Non officiis, id natus non nisl provident justo.</p>		\n			<h6>Full Time / Part Time</h6>		\n			<h5>Marketing Advisor</h5>		\n		<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.</p>		\n			<a href=\"#\">\n						APPLY NOW\n					</a>\n			<h6>Full Time</h6>		\n			<h5>Supervisor</h5>		\n		<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.</p>		\n			<a href=\"#\">\n						APPLY NOW\n					</a>\n			<h6>Part Time</h6>		\n			<h5>Field Agent</h5>		\n		<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.</p>		\n			<a href=\"#\">\n						APPLY NOW\n					</a>\n			<h6>Full Time / Part Time</h6>		\n			<h5>Receptionist</h5>		\n		<p>Magna voluptatum dolorem! Dolores! Sociosqu commodo nobis imperdiet lacinia? Magni! Felis, elementum.</p>		\n			<a href=\"#\">\n						APPLY NOW\n					</a>\n			<h5>Join Our Team</h5>		\n			<h3>Our Company Has Been Present For Over 20 Years In Interior Designing !</h3>		\n		<p>Magina voluptatum doloriem! Dolores! Sociosqii commodiin nobis imperdiet lacinia? Magni! Felis, elementum nobis imperdiet lacinia nobis imperdiet lacinia commodo nobis imper lacinia nobis imperd.</p><p>Aenean cras praesentium maecenas quasi? Architecto cras, iusto suspendisse lorem qui fusce. Mollit amet ullamcorper.</p>		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"></path></svg>				\n				<h5>\n						Award winning					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consec teturing.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\"></path></svg>				\n				<h5>\n						Well allowance					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consec teturing.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\"></path></svg>				\n				<h5>\n						Full Insurance					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consec teturing.					</p>', 'Career', '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 163, 'https://facilityprodutos.com.br/2024/?p=198', 0, 'revision', '', 0),
(199, 1, '2024-04-11 19:19:50', '2024-04-11 19:19:50', '<h2>Career Details</h2>		\n			<h6>How To Apply?</h6>		\n					<ul>\n							<li>\n										Nunc expedita montes minima.\n									</li>\n								<li>\n										Animi atque ornare iaculis.\n									</li>\n								<li>\n										Sociosqu scelerisque adipisci.\n									</li>\n								<li>\n										Purus eveniet incidi dunt.\n									</li>\n								<li>\n										Animi atque ornare iaculis.\n									</li>\n						</ul>\n			<h6>Frequently Asked Questions</h6>		\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n					<h5 id=\"elementor-tab-title-3471\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-3471\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">When the Announcements?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-3472\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-3472\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">Can I Apply After Rejection?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-3473\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-3473\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">Where to Interview?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\"></path></svg>			\n			<h5>Send us your C.V.</h5>		\n		<p>Do you want to work with us? Please, send your CV to <a href=\"#\">domain123@gmail.com</a></p>		\n				OR				\n			<a href=\"#\">\n						CONTACT US\n					</a>\n			<h6>Post :</h6>		\n			<h6>Decorater</h6>		\n			<h6>Time :</h6>		\n			<h6>Full Time</h6>		\n			<h6>Salary :</h6>		\n			<h6>Negotaible</h6>		\n			<h6>No. of Vacancy :</h6>		\n			<h5>8</h5>		\n													<img width=\"768\" height=\"512\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-768x512.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-768x512.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-300x200.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21-1024x683.jpg 1024w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img21.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />													\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d5d8dc}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:var(--focus-outline,none)}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d5d8dc}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:\"\";position:absolute}.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible{border:1px solid #000}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{flex-direction:column}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{display:flex}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{justify-content:center}.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper{justify-content:flex-end}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title{width:100%}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title{height:100%}.elementor-tabs .elementor-tab-mobile-title{display:none}}</style>		\n									Job Description\n									Experience & Overview\n									Requirement\n									Job Description\n					<p>Reprehenderit hic bibendum repellendus, repellat auctor! Integer temporibus, facilisis iaculis alias senectus, non quam molestiae incidunt cubilia, fuga? Quasi natoque dicta a fuga dapibus dolore molestie sociis erat, convallis quibusdam possimus semper nonummy mattis, quasi.</p><p>Autem nec quaerat cubilia magnam eu mauris hic hac nisi eos nobis officiis corrupti consequuntur molestie urna volutpat! Quos diamlorem convallis vestibulum doloremque iste facilisi.</p><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.</li><li>Netus donec justo mauris etiam velit.</li><li>Quis dolorum habitasse accusantium hic consequat.</li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.</li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.</li><li>Lobortis facere accusamus nemo, ipsum ad morbi.</li><li>Netus donec justo mauris etiam velit.</li><li>Quis dolorum habitasse accusantium hic consequat.</li></ul>\n									Experience & Overview\n					<h6><strong>#OVERVIEW</strong></h6><p>Reprehenderit hic bibendum repellendus, repellat auctor! Integer temporibus, facilisis iaculis alias senectus, non quam molestiae incidunt cubilia, fuga? Quasi natoque dicta a fuga dapibus dolore molestie sociis erat, convallis quibusdam possimus semper nonummy mattis, quasi.</p><h6> </h6><h6><strong>#EXPERIENCE</strong></h6><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.</li><li>Netus donec justo mauris etiam velit.</li><li>Quis dolorum habitasse accusantium hic consequat.</li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.</li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.</li></ul>\n									Requirement\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Venenatis cupidatat rem sociosqu platea. Earum felis consequatur adipisci minus viverra, nullam molestias nibh conubia.</p><ul><li>Nunc minima aspernatur dignissimos, sit adipiscing? Cupidatat cursus.</li><li>Netus donec justo mauris etiam velit.</li><li>Quis dolorum habitasse accusantium hic consequat.</li><li>Mus quasi aute non, at, saepe? Commodi sodales aliquam voluptatum.</li><li>Adipisicing ullamcorper dapibus, consequatur itaque eros orci odio.</li></ul>', 'Career detail', '', 'inherit', 'closed', 'closed', '', '165-revision-v1', '', '', '2024-04-11 19:19:50', '2024-04-11 19:19:50', '', 165, 'https://facilityprodutos.com.br/2024/?p=199', 0, 'revision', '', 0),
(200, 1, '2024-04-11 19:19:51', '2024-04-11 19:19:51', '<h2>Faq</h2>		\n			<h3>Frequently Asked Questions</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.</p>		\n					<h5 id=\"elementor-tab-title-9551\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-9551\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">How We Became Best Among Others?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-9552\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-9552\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">Why Choose Us For Your Projects?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-9553\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-9553\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">What We Offer To You?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-9554\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-9554\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">How We Provide Services For You?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-9555\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-9555\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">Are We Affordable To Hire?</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h5>Any Questions? Ask Us!!</h5>		\n													<img width=\"768\" height=\"864\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-768x864.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-768x864.jpg 768w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7-267x300.jpg 267w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img7.jpg 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" />													\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"></path></svg>				\n				<h5>\n						Give Us A Chance To Prove It!					\n				</h5>\n									<p>\n						\"ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Nam cumque odit, wisi dicta.\"					</p>\n			<h3>Benefits & What We Do?</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similiqu.</p>		\n					<h5 id=\"elementor-tab-title-1571\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1571\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">We Manage Everything You Can Think Of !</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-1572\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1572\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">We Makes Your Agency Project Special.</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-1573\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1573\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">We Guarantee Success With Our Project.</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-1574\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1574\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">We Help You To Implement Any Project.</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n					<h5 id=\"elementor-tab-title-1575\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1575\" aria-expanded=\"false\">\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"></path></svg>\n												<a tabindex=\"0\">We Make Possible To Work In A Tight Timeframe.</a>\n					</h5>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.', 'Faq', '', 'inherit', 'closed', 'closed', '', '167-revision-v1', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 167, 'https://facilityprodutos.com.br/2024/?p=200', 0, 'revision', '', 0),
(201, 1, '2024-04-11 19:19:51', '2024-04-11 19:19:51', '<h2>Testimonial</h2>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img17-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img18-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>		\n													<img width=\"540\" height=\"540\" src=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg\" alt=\"\" srcset=\"https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19.jpg 540w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19-300x300.jpg 300w, https://facilityprodutos.com.br/2024/wp-content/uploads/2024/04/img19-150x150.jpg 150w\" sizes=\"(max-width: 540px) 100vw, 540px\" />													\n		<p>\"Quaerat wisi iste sint orci consequuntur magnam bibendum turpis voluptate, occaecati quae morbi consectetuer, corrupti exercitation, aspernatur, eveniet.\"</p>', 'Testimonial', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 169, 'https://facilityprodutos.com.br/2024/?p=201', 0, 'revision', '', 0),
(202, 1, '2024-04-11 19:19:51', '2024-04-11 19:19:51', '<h2>Contact</h2>		\n			<h3>Get In Touch & Contact For More Information !</h3>		\n		<p>Nonummy imperdiet consectetur magni beatae officiis, porttitor facilis massa pulvinar? Consectetur similique quos harum raes id. Curae, diam quam, magna hymenaeos. Ac laborum quidem odio dolor.</p>		\n			<h5>Follow Us On :</h5>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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 target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n			<h5>San Francisco</h5>		\n		<p>Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n					<ul>\n							<li>\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										24th Street, USA\n									</li>\n								<li>\n											<a href=\"#\">\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										+(99) 987-654-321\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										info@domain.com\n											</a>\n									</li>\n						</ul>\n			<h5>Los Angeles</h5>		\n		<p>Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n					<ul>\n							<li>\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										12th Rock Street, LA\n									</li>\n								<li>\n											<a href=\"#\">\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										+(99) 321-654-987\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										abc@company.com\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.20.0 - 10-04-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 171, 'https://facilityprodutos.com.br/2024/?p=202', 0, 'revision', '', 0),
(203, 1, '2024-04-11 19:19:51', '2024-04-11 19:19:51', '<h2>404</h2>		\n			<h1>Oops! That page can\'t be found</h1>		\n			<h6>It looks like nothing was found at this location. Maybe try one of the links below or a search?</h6>', '404 page', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 173, 'https://facilityprodutos.com.br/2024/?p=203', 0, 'revision', '', 0),
(204, 1, '2024-04-11 19:19:51', '2024-04-11 19:19:51', '<h3>Search Again If Not Found !!</h3>		\n		<p>Sint nascetur facere, delectus conubia consequuntur, nonummy distinctio! Non officiis, id natus non nisl provident justo.</p>', 'Search Results', '', 'inherit', 'closed', 'closed', '', '175-revision-v1', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 175, 'https://facilityprodutos.com.br/2024/?p=204', 0, 'revision', '', 0),
(205, 1, '2024-04-11 19:19:51', '2024-04-11 19:19:51', '<h2>My account</h2>', 'My Account', '', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 177, 'https://facilityprodutos.com.br/2024/?p=205', 0, 'revision', '', 0),
(206, 1, '2024-04-11 19:19:51', '2024-04-11 19:19:51', '<h2>Cart</h2>', 'Cart', '', 'inherit', 'closed', 'closed', '', '179-revision-v1', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 179, 'https://facilityprodutos.com.br/2024/?p=206', 0, 'revision', '', 0);
INSERT INTO `wpld_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(207, 1, '2024-04-11 19:19:51', '2024-04-11 19:19:51', '<h1>We are coming soon !!</h1>		\n			<h6>SOMETHING AWESOME IS IN THE WORKS.</h6>		\n			<style>/*! elementor-pro - v3.20.0 - 26-03-2024 */\n.elementor-widget-countdown .elementor-countdown-expire--message{display:none;padding:20px;text-align:center}.elementor-widget-countdown .elementor-countdown-wrapper{flex-direction:row}.elementor-widget-countdown .elementor-countdown-item{padding:20px 0;text-align:center;color:#fff}.elementor-widget-countdown .elementor-countdown-digits,.elementor-widget-countdown .elementor-countdown-label{line-height:1}.elementor-widget-countdown .elementor-countdown-digits{font-size:69px}.elementor-widget-countdown .elementor-countdown-label{font-size:19px}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper{display:flex;justify-content:center;margin-right:auto;margin-left:auto}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label{display:block}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item{flex-basis:0;flex-grow:1}.elementor-widget-countdown.elementor-countdown--label-inline{text-align:center}.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item{display:inline-block;padding-left:5px;padding-right:5px}</style>		\n			 Days Hours Minutes Seconds		\n					<ul>\n							<li>\n											<a href=\"#\">\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										(+984) 256 897 21\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"></path></svg>						\n										info@domain.com\n											</a>\n									</li>\n								<li>\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										San Francisco, USA\n									</li>\n						</ul>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Google\n						<svg viewBox=\"0 0 488 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg 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\" rel=\"noopener\">\n						Youtube\n						<svg 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>', 'Coming soon', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 181, 'https://facilityprodutos.com.br/2024/?p=207', 0, 'revision', '', 0),
(208, 1, '2024-04-11 19:19:51', '2024-04-11 19:19:51', '<h2>Checkout</h2>', 'Checkout', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2024-04-11 19:19:51', '2024-04-11 19:19:51', '', 183, 'https://facilityprodutos.com.br/2024/?p=208', 0, 'revision', '', 0),
(209, 1, '2024-04-11 19:20:33', '2024-04-11 19:20:33', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2024-04-11 19:20:33', '2024-04-11 19:20:33', '', 0, 'https://facilityprodutos.com.br/2024/?page_id=209', 0, 'page', '', 0),
(210, 1, '2024-04-11 19:20:33', '2024-04-11 19:20:33', '', 'Home', '', 'inherit', 'closed', 'closed', '', '209-revision-v1', '', '', '2024-04-11 19:20:33', '2024-04-11 19:20:33', '', 209, 'https://facilityprodutos.com.br/2024/?p=210', 0, 'revision', '', 0);

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

--
-- Estrutura para tabela `wpld_termmeta`
--

CREATE TABLE `wpld_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Estrutura para tabela `wpld_terms`
--

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

--
-- Despejando dados para a tabela `wpld_terms`
--

INSERT INTO `wpld_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'header', 'header', 0),
(3, 'footer', 'footer', 0),
(4, 'section', 'section', 0),
(5, 'page', 'page', 0),
(6, 'archive', 'archive', 0),
(7, 'single-post', 'single-post', 0),
(8, 'error-404', 'error-404', 0),
(9, 'search-results', 'search-results', 0);

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

--
-- Estrutura para tabela `wpld_term_relationships`
--

CREATE TABLE `wpld_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Despejando dados para a tabela `wpld_term_relationships`
--

INSERT INTO `wpld_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(29, 2, 0),
(31, 3, 0),
(58, 4, 0),
(65, 5, 0),
(70, 5, 0),
(76, 5, 0),
(79, 5, 0),
(82, 5, 0),
(85, 4, 0),
(88, 5, 0),
(91, 5, 0),
(93, 5, 0),
(96, 4, 0),
(99, 4, 0),
(102, 4, 0),
(123, 2, 0),
(125, 3, 0),
(127, 4, 0),
(144, 6, 0),
(146, 7, 0),
(148, 5, 0),
(150, 5, 0),
(152, 5, 0),
(155, 5, 0),
(157, 5, 0),
(159, 5, 0),
(161, 5, 0),
(163, 5, 0),
(165, 5, 0),
(167, 5, 0),
(169, 5, 0),
(171, 5, 0),
(173, 8, 0),
(175, 9, 0),
(177, 5, 0),
(179, 5, 0),
(181, 5, 0),
(183, 5, 0);

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

--
-- Estrutura para tabela `wpld_term_taxonomy`
--

CREATE TABLE `wpld_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Despejando dados para a tabela `wpld_term_taxonomy`
--

INSERT INTO `wpld_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'elementor_library_type', '', 0, 1),
(3, 3, 'elementor_library_type', '', 0, 1),
(4, 4, 'elementor_library_type', '', 0, 6),
(5, 5, 'elementor_library_type', '', 0, 24),
(6, 6, 'elementor_library_type', '', 0, 1),
(7, 7, 'elementor_library_type', '', 0, 1),
(8, 8, 'elementor_library_type', '', 0, 1),
(9, 9, 'elementor_library_type', '', 0, 1);

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

--
-- Estrutura para tabela `wpld_usermeta`
--

CREATE TABLE `wpld_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Despejando dados para a tabela `wpld_usermeta`
--

INSERT INTO `wpld_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'facility'),
(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, 'wpld_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpld_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"35a6618900a20bb0df3eb934679bf58481f42989276acb49bdc108eea533c8e9\";a:4:{s:10:\"expiration\";i:1732109090;s:2:\"ip\";s:12:\"45.190.28.88\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:5:\"login\";i:1730899490;}}'),
(17, 1, 'wpld_user-settings', 'libraryContent=browse&editor=tinymce&posts_list_mode=list'),
(18, 1, 'wpld_user-settings-time', '1712238393'),
(19, 1, 'wpld_dashboard_quick_press_last_post_id', '215'),
(20, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"45.190.28.0\";}'),
(21, 1, 'elementor_admin_notices', 'a:1:{s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:6:\"3.20.4\";}}}'),
(22, 1, 'wpld_persisted_preferences', 'a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-04-04T13:56:07.011Z\";}'),
(23, 1, 'elementor_introduction', 'a:3:{s:27:\"ai-get-started-announcement\";b:1;s:14:\"ai_get_started\";b:1;s:35:\"upload_json_warning_generic_message\";b:1;}'),
(24, 1, 'wpld_elementor_connect_common_data', 'a:0:{}'),
(25, 1, 'closedpostboxes_dashboard', 'a:6:{i:0;s:20:\"e-dashboard-overview\";i:1;s:21:\"dashboard_site_health\";i:2;s:19:\"dashboard_right_now\";i:3;s:18:\"dashboard_activity\";i:4;s:21:\"dashboard_quick_press\";i:5;s:17:\"dashboard_primary\";}'),
(26, 1, 'metaboxhidden_dashboard', 'a:0:{}');

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

--
-- Estrutura para tabela `wpld_users`
--

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

--
-- Despejando dados para a tabela `wpld_users`
--

INSERT INTO `wpld_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'facility', '$P$BFIcOhyInqp6GD8F0wc4Xv/P/lEaJh.', 'facility', 'admin@facilityprodutos.com.br', 'http://facilityprodutos.com.br/2024', '2024-04-04 13:46:29', '', 0, 'facility');

--
-- Índices para tabelas despejadas
--

--
-- Índices de tabela `wpld_commentmeta`
--
ALTER TABLE `wpld_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wpld_comments`
--
ALTER TABLE `wpld_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));

--
-- Índices de tabela `wpld_e_events`
--
ALTER TABLE `wpld_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Índices de tabela `wpld_e_submissions`
--
ALTER TABLE `wpld_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));

--
-- Índices de tabela `wpld_e_submissions_actions_log`
--
ALTER TABLE `wpld_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`);

--
-- Índices de tabela `wpld_e_submissions_values`
--
ALTER TABLE `wpld_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- Índices de tabela `wpld_links`
--
ALTER TABLE `wpld_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Índices de tabela `wpld_options`
--
ALTER TABLE `wpld_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Índices de tabela `wpld_postmeta`
--
ALTER TABLE `wpld_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wpld_posts`
--
ALTER TABLE `wpld_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`);

--
-- Índices de tabela `wpld_termmeta`
--
ALTER TABLE `wpld_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wpld_terms`
--
ALTER TABLE `wpld_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Índices de tabela `wpld_term_relationships`
--
ALTER TABLE `wpld_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Índices de tabela `wpld_term_taxonomy`
--
ALTER TABLE `wpld_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Índices de tabela `wpld_usermeta`
--
ALTER TABLE `wpld_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wpld_users`
--
ALTER TABLE `wpld_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT para tabelas despejadas
--

--
-- AUTO_INCREMENT de tabela `wpld_commentmeta`
--
ALTER TABLE `wpld_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wpld_comments`
--
ALTER TABLE `wpld_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de tabela `wpld_e_events`
--
ALTER TABLE `wpld_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wpld_e_submissions`
--
ALTER TABLE `wpld_e_submissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wpld_e_submissions_actions_log`
--
ALTER TABLE `wpld_e_submissions_actions_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wpld_e_submissions_values`
--
ALTER TABLE `wpld_e_submissions_values`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wpld_links`
--
ALTER TABLE `wpld_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wpld_options`
--
ALTER TABLE `wpld_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6501;

--
-- AUTO_INCREMENT de tabela `wpld_postmeta`
--
ALTER TABLE `wpld_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1282;

--
-- AUTO_INCREMENT de tabela `wpld_posts`
--
ALTER TABLE `wpld_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=216;

--
-- AUTO_INCREMENT de tabela `wpld_termmeta`
--
ALTER TABLE `wpld_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wpld_terms`
--
ALTER TABLE `wpld_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT de tabela `wpld_term_taxonomy`
--
ALTER TABLE `wpld_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT de tabela `wpld_usermeta`
--
ALTER TABLE `wpld_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT de tabela `wpld_users`
--
ALTER TABLE `wpld_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
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 */;
